Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/korngsamnang/react-notes-app
A note-taking app.
https://github.com/korngsamnang/react-notes-app
local-storage notes-app react-context-api react-crud-app react-router-v6
Last synced: 6 days ago
JSON representation
A note-taking app.
- Host: GitHub
- URL: https://github.com/korngsamnang/react-notes-app
- Owner: korngsamnang
- Created: 2023-04-29T16:40:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T08:58:55.000Z (about 1 year ago)
- Last Synced: 2023-11-20T09:48:44.016Z (about 1 year ago)
- Topics: local-storage, notes-app, react-context-api, react-crud-app, react-router-v6
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note-Taking App
## Overview
This is a note-taking app built using React. The app allows users to add, edit,
delete, and search notes. The notes are stored locally using the browser's local
storage, ensuring persistence across sessions.> React note-taking app.
> ![](https://github.com/korngsamnang/react-notes-app/assets/99709883/6f8af450-4f74-4d94-8057-639978520778)## Features
- **Add:** Easily add new notes to your collection.
- **Edit:** Modify existing notes to update information.
- **Delete:** Remove unwanted notes from the app.
- **Search:** Quickly find notes using a simple search functionality.## Technologies Used
- React: A very popular JavaScript library for building user interfaces.
## How to Use
1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Run `npm install` to install dependencies.
4. Run `npm run dev` to start the development server.
5. Open your browser and go to `http://localhost:5173` to use the app.Happy note-taking!