Application that can be used to write, save, and delete notes. This application will use an express backend and save and retrieve note data from a JSON file.
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.
- Node.js
- Express
- JavaScript
- CSS 3
- HTML 5
This application runs in the browser. Nothing needs to be installed except for your default browser.
- Repository can be found here: GitHub/ramonpbarros Make sure to git clone and check out the code!
Show examples of usage:
app.listen(PORT, () => {console.log("App listening to PORT: " + PORT);});
List of features:
- Write, save, and delete notes.
- Express backend.
To-do list:
- Improve design.
Project is: in progress
- Make sure to check the application here.
Project inspired by UCSD Coding Bootcamp, based on second month of course, applying Node.js, Express and JavaScript skills.
Created by @ramonpbarros - feel free to contact me!