Welcome to the Notes App! This is a simple and intuitive notes application built with React. It allows you to manage your notes efficiently with features for adding, displaying, editing, and deleting notes.
- Add Notes βοΈ: Easily create new notes.
- Display Notes π: View all your notes on the Home screen.
- Edit Notes π: Update your notes as needed.
- Delete Notes ποΈ: Remove notes you no longer need.
- View Note Content ποΈ: Click on a note to view its content directly on the Home screen.
- Routing π: Navigate through your notes with React Router DOM.
- Local Storage πΎ: Your notes are saved locally in your browser.
To get started, clone the repository and install the dependencies:
git clone https://github.com/Tahrim19/Notes-app.git
cd Notes-app
npm install-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:3000.