For users that need to keep track of a lot of information, it's easy to forget or be unable to recall something important. Being able to take persistent notes allows users to have written information available when needed. This application can be used to write, save, and delete notes by using an express backend to save and retrieve data from a JSON file.
- Clone the reop: https://github.com/markdcross/fancy-post-its.git
- Install NPM Packages via
$ npm i
The list of saved notes is displayed on the left side of your screen. You can delete a note by clicking on the red trash can, or review a saved note by clicking on the title. When a note is added, the screen is cleared so that another note can be created.
Licensed under the MIT license.
Feel free to contact me with any questions or feedback:
- GitHub: markdcross
- Email: [email protected]