This is a Next.js project bootstrapped with create-next-app
.
A task app built using Next.js and MongoDB that allows users to create, read, update, and delete tasks.
- User login with Google
- Create, read, update, and delete tasks
- Mark tasks as completed
- Filter and sort tasks
- Next.js
- MongoDB
- React
- TypeScript
- Tailwind CSS
git clone https://github.com/radhey30/fitask.git
npm install
npm run dev