A modern, interactive task management application built with Next.js, TypeScript, CSS.
- Priority-based task management
- Task categories and filtering
- Due dates and overdue tracking
- Task descriptions and time estimates
- Local storage persistence
- Beautiful animations and transitions
- Responsive design
- Search functionality
- Next.js 14
- TypeScript
- CSS
- Framer Motion
- Lucide Icons
- Clone the repository:
git clone https://github.com/yourusername/task-manager.git- Install dependencies:
cd task-manager
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
This project is configured for deployment on Vercel. You can deploy it by:
- Creating a Vercel account
- Connecting your GitHub repository
- Following the deployment prompts
MIT