❓ This is a note taking application. It will allow you to save a title and text. Once saved you'll be able to delete the stored saved notes as needed.
➿ Here's a GIF showing the app's overall functionality:
🚨 Please install the following Node/npm Packages if running locally on Express.js server.
npm init
npm install express
npm install uuid
npm install -g nodemon
🚀 Visit the live application if not using Express.js local server. Click the "Get Started" button. This will redirect you to the notes page. Here you can create a note title along with your desired text. Once finished, click the save icon in the upper righthand corner. This will save the note on the lefthand side. You can click on any of the saved notes to reopen them. Or you can click the trash icon to delete them as desired.
This application is covered by the MIT license.
✏️: In the command line you can test the local Express.js server by running the comman npm start. Then you would visit localhost:3005 in your browser. Or if you wan to test the live site, please visit the live Heroku application link.
🔧 Please feel free e-mail me should you have any questions, comments, or concerns. Or you can also connect with me through GitHub.
Find me on GitHub: KashCodes
📜 Feel free to email me with any questions: kashay@arbelo.me
