This note taker was created to reach learning and evaluation objectives as part of a coding bootcamp from the University of Toronto. Its goal is to help you easily take notes.
To install this application please clone this repository and make sure that you install all dependencies by running 'npm install'. The command to launch the application from the Develop folder in the terminal is 'node server.js'. Once you get the terminal feedback 'App listening at http://localhost:3001' you can enter this link in the browser of your choice to access the application on a local server. You can also directly access the deployed application by following the link provided at the bottom of this file.
The application starts on a welcome screen. If you click on the 'Get started' button, you will be directed to a new page where you will be able to add new notes, and consult past notes. To add a new note please enter a note title and the note content in the corresponding fields. To save a note please click on the save icon at the top of the screen once the note title and note content have been filled. To view a past note please click on the preview of the note on the left of your screen and your note will display on the main right area of your screen.
UUID - Get unique strings to identify each note - GitHub (https://github.com/jwarby/inquirer-maxlength-input-prompt)