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.