This app required me to create an express server that stores, displays, and deletes notes that have been supplied by the user via an HTML interface.
This program is a note taking app written in HTML and JavaScript utilizing an Express server to update and save notes on the fly. Everything is run on the express server, which is responsible for serving all HTML pages as well as handling all requests from the user. This application has been deployed to Heroku for demonstration purposes.
This program has been deployed to Heroku and can be found here: Live App Link
Copyright 2020, Jesse O'Donoghue
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Also a big thank you to all of my instructors and classmates whose advice and assistance made this project what it is!