Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.9 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.9 KB

Express.js-Note-Taker


My Skills

Description

Express.js-Note-Taker is an application for a user to write and save notes. Then delete them when the time comes. This application uses an Express.js back end to save and retrieve data from a JSON file.

Table of Contents

Installation

No installation required. Tne application is deployed to Heroku: expressjs-notetaker.herokuapp.com

image

image

Usage

  1. The landing page presents a link to a notes page.
  2. Click the link.
  3. On the new page, existing notes are listed in the left.
  4. On the right section of the page, enter a new note title and note text. Click the disk icon to save.
  5. The new note title will display on the left section.
  6. Click on an existing note title to display the note.
  7. Click the + icon for empty fields to create a new note.
  8. Click the trashcan icon to delete a note.

License

Licensed under the MIT License - see the LICENSE.md file for details.

Contributing

Starter code from https://github.com/coding-boot-camp/miniature-eureka.
Thanks to tutor Dominique Meeks Gombe!

Questions

https://github.com/AnitaBanh Please contact me with additional questions at [email protected].