A stylish and functional To-Do list app built with React, Tailwind CSS, and DaisyUI. Organize your tasks by category, set deadlines and priorities, and track your task count per category in real-time.
- 📝 Add task with:
- Title
- Description
- Due date
- Priority
- Category (Personal, Work, Family, Business, Health, Others)
- 📊 Task summary with category-wise counters
- 🎨 Clean and responsive UI using Tailwind CSS + DaisyUI
- 🌙 Dark mode ready
- ✏️ Edit and delete tasks easily
- Clone the repo
git clone https://github.com/Lil-Code30/to-do-App.git
cd to-do-App- Install dependencies
npm install- Start the development server
npm run dev📦 Build for production
npm run build