A simple, interactive notes management application built with React.js and Tailwind CSS. Add, view, and delete notes instantly with a clean, modern interface.
- ➕ Add Notes - Add new notes with title and description
- 👁️ View Notes - All notes displayed in real-time on the right side
- ❌ Delete Notes - One-click deletion with cross (×) button
- 🎨 Modern UI - Clean interface with Tailwind CSS
- 📱 Responsive - Works on all devices
- ⚡ Fast & Lightweight - Optimized React components
- React.js - UI library
- Tailwind CSS - Utility-first CSS framework
- JavaScript - Core logic
- HTML5 - Semantic markup
# Clone the repository
git clone https://github.com/Rafay-Amir/notes-app-react.git
# Navigate to project
cd notes-app-react
# Install dependencies
npm install
# Start development server
npm start
# or
npm run dev