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

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

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.