This is a responsive note-taking application built using React and Tailwind CSS. It utilizes localStorage for data persistence, ensuring your notes are saved even after refreshing the browser.
- Add, edit, and delete notes.
- Persistent storage using localStorage.
- Responsive design with Tailwind CSS.
- Interactive UI with hover effects.
- React: For building the user interface and managing state with
useStateanduseEffect. - Tailwind CSS: For styling and responsive design.
- localStorage: For storing and retrieving notes.
-
Clone the repository:
git clone https://github.com/pun7dam/Note-Taking-App.git
-
Navigate to the project directory:
cd note-taking-app
-
Install dependencies
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to http://localhost:port.