Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 807 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 807 Bytes

Notes App

idea taken from here

My deployed app Notes App

Description

Create and store your notes for later purpose!

User Stories

  • User can create a note
  • User can edit a note
  • User can delete a note
  • When closing the browser window the notes will be stored and when the User returns, the data will be retrieved

Bonus features

  • User can see the date when he created the note

Additional features

  • Created using React Hooks

Scripts used

yarn install from install packages.

yarn start from create development server.
Open http://localhost:3000 to view in the browser.