A modern task manager built with Next.js that helps you track and improve your daily progress. Manage tasks, take notes, and collaborate with your team efficiently.
- ✅ Task Management with completion tracking
- 📝 Notes section for additional context
- 👥 Team member mentions support
- 🎉 Interactive UI with confetti effects and GIF reactions
- 💾 Persistent storage across sessions
- 🤖 Automatic update generation from tasks and notes
- 🎨 Beautiful, responsive design with Tailwind CSS
First, install the dependencies:
pnpm install
Then, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
- Framework: Next.js 15 with React 19
- Styling: Tailwind CSS
- UI Components: shadcn/ui with Radix UI primitives
- Animations: Framer Motion
- Icons: Lucide React
- Development: TypeScript, ESLint, Prettier
app/
- Next.js application routes and API endpointscomponents/
- Reusable UI componentshooks/
- Custom React hookslib/
- Utility functions and shared logictypes/
- TypeScript type definitions
To learn more about the technologies used in this project:
- Next.js Documentation - learn about Next.js features and API.
- Tailwind CSS - utility-first CSS framework
- Radix UI - unstyled, accessible UI components
- Framer Motion - animation library for React
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.