my-personal-notebook

My Personal Notebook


License: MIT


Table of Contents:

Questions?

By Sfzmango

Email: maunghtike1999@gmail.com



Description:

This is a program constructed with Javascript and utilizes Node.js. It features usage of the Express.js package to create a nicely formatted page that saves the user’s notes based on user inputs. Who would this program be suited for? This program is available for interested parties who are looking to be able to create optimize their notetaking abilities in order to help them become more efficiently.




Installation:

No install needed, the website is already deployed. If you would like to run it locally, please download all the files in the directory and then open up the terminal and type in npm i.


Usage:

If you would like to run the server locally, start it up by typing
node index.js
into your terminal while in the my-personal-notebook directory. Then type in
http://localhost:3000/
to start the server. Once you are on the home page, press the “Get Started” button to be taken to the next page. Once you are on the notes page, type in the title and contents of your notes and press the floppy disk save button on the top right corner. To start a new note, press the “+” icon. To refer to old saved notes, click on them on the left side of the screen. To delete, press the trash can icon next to the note you wish to delete.

Technologies and Programs Used:

Demonstration:

Demonstration

Credits:

Special Thanks to: Maung Htike

License:


MIT License

Copyright (c) 2022 Maung Htike

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.