Task Manager is a web application for manage tasks.
- Create, Read, Update, Delete (CRUD) Tasks: Easily manage your tasks with full CRUD functionality.
- Create, Read, Update, Delete (CRUD) Groups: Organize your tasks into groups for better organization.
- Task Completion Checkbox: Easily toggle tasks status as completed or not.
- Frontend & Backend: Next.js
- Styling: Tailwind CSS
- Database: PostgreSQL
- ORM: Prisma
- Authentication & User Management: Clerk
- Version Control: Git and GitHub
- Deployment: Vercel
- Clone the repository:
git clone https://github.com/gideonadeti/task-manager.git
- Install dependencies:
npm install
- Start development server:
npm run dev
- Build for production:
npm run build
- Deploy to Vercel: Deploy to Vercel
Contributions are welcome! Please fork the repository and submit a pull request or open an issue.