https://github.com/mohit-s96/keep-notes
Responsive web app in react for creating and managing notes
https://github.com/mohit-s96/keep-notes
notes-app react-hooks reactjs redux
Last synced: about 2 months ago
JSON representation
Responsive web app in react for creating and managing notes
- Host: GitHub
- URL: https://github.com/mohit-s96/keep-notes
- Owner: mohit-s96
- Created: 2020-11-24T13:32:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T09:20:16.000Z (over 4 years ago)
- Last Synced: 2025-02-08T21:45:49.775Z (3 months ago)
- Topics: notes-app, react-hooks, reactjs, redux
- Language: JavaScript
- Homepage: https://keepnotes-5542b.web.app/
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note keeping app for desktop and mobile
Live version here [KeepNotes](https://keepnotes-5542b.web.app/).
## For development
You can run:
### `npm start`
## About
App created using React and redux. Persists data to localstorage. Allows editing previous notes.
## To be implemented
- [ ] Add auth for user to save local data to cloud storage.
- [ ] Add more categorical display and search options.