Welcome to our coding challenge! This is a Task Management application built with Next.js, TypeScript, and Tailwind CSS. The application allows users to create, view, and manage tasks with priorities and due dates.
Node, version 18 or higher
- Fork this repository
- Clone your forked repository
- Install dependencies:
npm install- Set up the database:
npx prisma generate
npx prisma db push- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
You can find the React Role Challenge here.
You can find the .NET and React Role Challenge here.