This is a web app running on Nodejs that allows users to create, view, and delete persistent, shared notes stored on the server. The server (created with the Nodejs express package) handles a variety of requests both to display the web page and to allow communication between the web page and the server. I was given all of the front-end code (everything in the public folder), and I wrote all of the server-side code.
The application is deployed here.
After cloning the repository, all you need to do is run npm install in the root directory of the application.
You can use my live version of the app by clicking the deployed link above.
To run it yourself, follow my installation instructions and then run node server.js.
Feel free to fork/pull.
Note Taker doesn't have any testing.
A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
If you have questions take a look at my GitHub
Or send me an email

