The Task Management Dashboard is a React-based application that allows users to organize and track tasks using a Kanban-style board. The project demonstrates a solid understanding of React fundamentals, including state management, component composition, and side effects. The use of TypeScript adds type safety, improving code reliability and maintainability. Tailwind CSS is effectively employed to create a clean, professional monochrome design that's both visually appealing and functional.
step 1: path to your directory:
cd /path/to/your/directorystep 2: clone the repository:
https://github.com/Nandan185/Task-Management-Dashboard.gitstep 3: Enter the Project Directory
cd repository-namestep 4: Install Dependencies
npm install npm run devstep 5: Run the project
npm run dev