A simple and functional notes app built with React that allows users to add, delete, search, and categorize notes. The app also features customizable background colors for notes and uses local storage to persist data.
- Add Note: Create new notes with ease.
- Delete Note: Remove notes when no longer needed.
- Change Background Color: Customize the background color of each note for better visual organization.
- Add Label: Categorize notes by adding labels.
- Search Notes: Quickly find notes using the search functionality.
- Local Storage: Notes are saved in the browser's local storage, ensuring data persistence across sessions.
- Clone the repository:
git clone https://github.com/your-username/react-notes-app.git
- Change to the project directory:
cd react-notes-app
- Install Dependencies:
- Ensure you have Node.js and npm installed.
- Run the following command to install the necessary dependencies:
npm install
-
run project on localhost:
npm run dev