FrontendMentor GURU challenges , a kanban task management clone with react and tailwind and redux
This is a solution to the Kanban task management web app challenge on Frontend Mentor. The goal of this project is to help users improve their coding skills by building realistic projects involving creating, updating, and deleting boards and tasks, managing columns, marking subtasks as complete, and implementing drag and drop functionality.
To install and run this Kanban task management web app solution, follow these steps:
git clone <repository_url>
npm install
npm start
http://localhost:3000
to view the application.This Frontend Mentor project provides a comprehensive solution for a Kanban task management web app. By incorporating features like responsive design, CRUD operations, form validations, and drag and drop functionality, this project serves as a great opportunity for users to enhance their coding skills. Built with TailwindCSS, React, and Redux, this project demonstrates the use of modern technologies in web development.