Skip to content

radhey30/FiTask

Repository files navigation

Task App

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.

Features

  • User login with Google
  • Create, read, update, and delete tasks
  • Mark tasks as completed
  • Filter and sort tasks

Technologies

  • Next.js
  • MongoDB
  • React
  • TypeScript
  • Tailwind CSS

Getting started

git clone https://github.com/radhey30/fitask.git
npm install
npm run dev

Live Project