Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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