/NoteTaker

Note Taker can be used to write and save notes, utilizing Express.js back end and will save/retrieve note data from a JSON file.

Primary LanguageJavaScriptMIT LicenseMIT

NoteTaker

Description

Note Taker can be used to write and save notes, utilizing Express.js back end and will save/retrieve note data from a JSON file.

  1. Upon opening Note Taker the user is presented with a landing page that links to the Note page
  2. When the user clicks the notes page, the user sees two columns, with input fields for note and note title
  3. After the user inputs a note they are able to click a Save icon, once the icon is clicked, the note displays on the left column, also displaying a delete icon to delete notes as desired

Table of Contents

Installation

To run via local environment:

  1. Clone the repository

  2. Open terminal, and navigate to the appropriate directory

  3. Run npm install from command line then run npm run start

  4. Open http://localhost:3001

Usage

Live on Heroku

NoteTaker

Credits

Debugger: Gunner Wagoner Github: https://github.com/GunnySensei

License

MIT License

Copyright (c) [2022] [Salissa4]

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.

Badges

badmath macOS Maintenance GitHub license

How to Contribute

Contributor Covenant