An open API service indexing awesome lists of open source software.

https://github.com/yurakruhlyk/notes-app

Notes app on ReactJS
https://github.com/yurakruhlyk/notes-app

javascript notes notes-app notesapp react reactjs

Last synced: about 1 month ago
JSON representation

Notes app on ReactJS

Awesome Lists containing this project

README

          

# 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/`.