hilbug / 11-express-note-taker

An application to write, save, and delete notes. Uses an express back-end to save and retrieve data from a JSON file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note Taker

License: MIT

Description

An application to write, save, and delete notes. Uses an express back-end to save and retrieve data from a JSON file. For users that need to keep track of a lot of information, it's easy to forget or be unable to recall something important. Being able to take persistent notes allows users to have written information available when needed.

Deployed App

Check out Note Taker Pro on Heroku!

App Preview

Note Taker

Technologies Used

  • Node.js
  • Express.js
  • Nodemon
  • Heroku
  • Postman

Contact

Please email me with questions: hil.ferraro@gmail.com

User Story

AS A user, I want to be able to write and save notes
I WANT to be able to delete notes I've written before
SO THAT I can organize my thoughts and keep track of tasks I need to complete

Acceptance Criteria

Application should allow users to create and save notes.
Application should allow users to view previously saved notes.
Application should allow users to delete previously saved notes.

Honorable Mentions

  • Express.js
  • Node Girls Express Blog
  • Many thanks to Kemp for assisting with the api deletion route
  • Many thanks to @kyrelldixon for his stellar explanation of JSON parse vs stringify
  • Front-end code provided by Trilogy Education

About

An application to write, save, and delete notes. Uses an express back-end to save and retrieve data from a JSON file.

License:MIT License


Languages

Language:JavaScript 71.1%Language:HTML 20.4%Language:CSS 8.5%