Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.09 KB

File metadata and controls

39 lines (25 loc) · 1.09 KB

📓 Notes App

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.

Live Demo

Click here

🛠 Features

  • 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.

🔧 Installation

To get started, clone the repository and install the dependencies:

git clone https://github.com/Tahrim19/Notes-app.git
cd Notes-app
npm install

🚀 Usage

  1. Start the development server:

    npm start
  2. Open your browser and navigate to http://localhost:3000.