Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaac-alencar/react-challenge-notes
https://github.com/isaac-alencar/react-challenge-notes
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isaac-alencar/react-challenge-notes
- Owner: Isaac-alencar
- Created: 2024-04-15T14:16:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T13:30:38.000Z (7 months ago)
- Last Synced: 2024-05-22T14:46:29.599Z (7 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Challenge React
Notes app
Implement the following features on the application
- Read a list of notes.
- Add a new note using the mouse (clicking) a button or keyboard.
- delete any note, using the mouse or keyboard.
- edit any note, using the mouse (clicking in a icon) or keyboard.Each note must have a title, content;
## Layout
You need to follow this layout.
![mock](.github/mock.png)
Obs: To edit a note, you’ll add an icon in each note, once its clicked, will replace the `add note` form to `edit note` form
Please, use `javascript` to build this project