Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vidhya0501/notes_app
- Owner: Vidhya0501
- Created: 2023-10-05T15:51:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T12:57:49.000Z (4 months ago)
- Last Synced: 2024-07-23T15:07:33.909Z (4 months ago)
- Topics: context-api, css, form, react, react-router, reactjs, useref-hook, usestate-hook
- Language: JavaScript
- Homepage: https://vermillion-biscotti-289947.netlify.app/
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.