100 Notes is an application used to take personalized notes to save paper.
My main objective for this project was to make an application that looks familiar, is easy to use and saves the environment!
This is for the average note taker, office worker, environmentalist.
These are some of the optimizations I am in the midst of implementing into my project given the time.
- I would like to add some sort of Authentication
- I'd like to turn the flexbox display into a grid display
- General progressive rendering enhancements and functionality on older browsers.
JavaScript, MongoDB, Express, Node, CSS, EJS
express, mongodb
npm install
- Create a
.env
file.- PORT: 3000 (can be any port example: 3400)
- DB_STRING:
your database URI