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
- Host: GitHub
- URL: https://github.com/yurakruhlyk/notes-app
- Owner: yurakruhlyk
- Created: 2017-12-14T17:16:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T17:36:55.000Z (over 8 years ago)
- Last Synced: 2025-10-29T14:11:33.988Z (8 months ago)
- Topics: javascript, notes, notes-app, notesapp, react, reactjs
- Language: JavaScript
- Homepage: https://murove1.github.io/notes-app/
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`.