Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/email2vimalraj/notes-app
Created with CodeSandbox
https://github.com/email2vimalraj/notes-app
hooks-api-react javascript markdown note-taking note-taking-app notes-app react reactjs
Last synced: about 2 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/email2vimalraj/notes-app
- Owner: email2vimalraj
- Created: 2019-04-16T14:37:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T16:48:25.000Z (over 5 years ago)
- Last Synced: 2024-08-03T12:01:23.617Z (5 months ago)
- Topics: hooks-api-react, javascript, markdown, note-taking, note-taking-app, notes-app, react, reactjs
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/email2vimalraj/notes-app
- Size: 16.6 KB
- Stars: 42
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-project-ideas - Markdown Notes with React
README
# Notes App
Picked up an idea from [here](https://github.com/florinpop17/app-ideas).
Demo: [Code Sandbox](https://8zlxkllq18.codesandbox.io/)
## Description
Create and store your notes for a later purpose!
## User Stories
- [x] ~User can create a note~
- [x] ~User can edit a note~
- [x] ~User can delete a note~
- [x] ~When closing the browser window the notes will be stored and when the User returns, the data will be retrieved~## Bonus features
- [x] ~User can create and edit a note in Markdown format. On save it will convert Markdown to HTML~
- [x] ~User can see the date when he created the note~## Additional features
- Dark Theme support
- Created using React Hooks