A simple and elegant todo application built with React.
- ✅ Add new tasks
- ❌ Delete tasks
- 📊 Task counter
- 🎨 Modern UI with gradient design
- Node.js (v14 or higher)
- npm or yarn
-
Navigate to the project directory:
cd todo-app -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit the URL shown in the terminal (usually http://localhost:5173)
- Type your task in the input field
- Click "Add Task" or press Enter to add it to the list
- Click "Delete" button next to any task to remove it
- View the total task count at the bottom
- React 18
- Vite (for fast development)
- CSS3 (with gradients and animations)