This is a Next.js project bootstrapped with create-next-app.

Tasks management board with task prioritization. Tasks are sorted based on priority values like high, med and low with respective color.

Demo

Demo

Getting Started

First, install the dependencies:

npm i

Start the developement server:

npm run dev

Open http://localhost:3000 with your browser to see the result.