A simple note-taking application built with node and express.js
The app provides the following functionality:
- add a title and text for new notes
- review and delete previous notes
- Express.js
git clone
this repository- change directories inside app folder
- Enter
npm install
in the terminal to install app's dependencies - Deploy via Heroku
- At app's home screen, click Get Started button
- Enter a title and text for a new note
- Click the Save button
- Review previous notes by clicking note title in the sidebar
- (optional) Click trash icon to delete previous note