A simple note-taking app that allows you to create notes and save them to a json file so that they can be retrieved for later viewing. This iteration makes use of routing methodology using the Express library package, which facilitates the process by defining hooks that javascript can take advantage of to simplify the process of handling client-side requests.
N/A
To use this app, navigate to the home page on Render, press the button that leads to the notes page, and write a note on the right-side panel. Upon clicking the Save button that appears in the upper right hand corner of the page, the note will be posted to the db.json in the backend and saved for future viewing, which can be verified by refreshing the page and seeing that your note has been added to the list of saved notes on the left-hand panel.
N/A
N/A
For additional information, contact me:
Cassidy Pagels
GitHub: mieruru
email: rozeneclipse@gmail.com
MIT License Copyright (c) 2024 Cassidy Pagels (mieruru).
For more information, please refer to the LICENSE in the repo if available, or click on the License badge above.

