This is a Next.js project bootstrapped with create-next-app.
Getting Started
Clone git repository and then run the development server:
npm run dev
yarn dev
pnpm dev Open http://localhost:3000 with your browser to see the result.
This is a Todo App with CRUD operations. Here we can add new task, update already added task and delete task.
Tech Stack used here are NextJS, Tailwindcss, Typescript.
This App is deployed as https://reak-todo.vercel.app This project is a part of take away assignment.