Skip to content

yurakruhlyk/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes-app

My notes-app on ReactJS

Functional:

  1. Add new notes and pick color note.
  2. Delete one note or all.
  3. Notes are saved in localStorage.
  4. Masonry Grid notes.

Getting Started

  1. Clone reposetory git clone https://github.com/murove1/notes-app.
  2. Install node_modules yarn.
  3. Run yarn start.
  4. Open http://localhost:3000/.