Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vidhya0501/notes_app

Notes App using Router and Context API
https://github.com/vidhya0501/notes_app

context-api css form react react-router reactjs useref-hook usestate-hook

Last synced: 3 days ago
JSON representation

Notes App using Router and Context API

Awesome Lists containing this project

README

        

Notes App using Router and Context API

- It's a Notes App developed using Routing and Context API in REACT JS.
- In the sidebar we'have just name of the app "Notes APP" and link to main page, that is, "Notes".
- In main page we'have form like structure with one textfield for title and one textarea for
- It'll allow the user to take notes.
- After the user taken notes it'll be displayed below.
- All the notes will be displayed in order by recently added.
- We also provide "Edit" and "Delete" icons as buttons.
- User can edit and delete the already created data by clicking those icon buttons.