This is a task management application that allows users to easily add tasks with just a few clicks. Users can mark tasks as completed by clicking the radio button next to each task and delete tasks using the delete icon. One of the most interesting features of this app is task prioritization—users can simply drag and drop tasks to reorder them by priority. Additionally, this application is fully responsive for all devices.
You can run this application on your local machine with just a few steps:
- Clone this repository to your local machine.
- Open the project in a code editor or terminal.
- Install all dependencies by running
npm install
ornpm i
. - Finally, start the project with the
npm run dev
command.