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: 3 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T08:58:55.000Z (over 1 year ago)
- Last Synced: 2025-01-23T02:17:36.797Z (4 months ago)
- Topics: local-storage, notes-app, react-context-api, react-crud-app, react-router-v6
- Language: JavaScript
- Homepage: https://v1-note-taking.netlify.app/
- Size: 39.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.
> ## 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!