Skip to content

Creating a simple notes app. To learn a little more about React Hooks.

Notifications You must be signed in to change notification settings

MarcusviniciusLsantos/Notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Creating a simple notes app. To learn a little more about React Hooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published