A simple and clean task management app built with React, Vite, and Tailwind CSS. This project is similar to a to-do list but designed to help manage daily projects or tasks efficiently.
- 📋 Create and manage multiple projects or tasks
- ✅ Mark tasks as complete
- 🗑️ Delete tasks or projects
- ⚡ Fast and responsive UI using React and Tailwind CSS
- 🎯 Ideal for personal daily planning or lightweight project tracking
Live Demo: Coming Soon
- React – JavaScript library for building user interfaces
- Vite – Next-generation frontend tooling
- Tailwind CSS – Utility-first CSS framework for styling
Follow these steps to run the project locally:
# 1. Clone the repository
git clone https://github.com/ChauhanSurajSingh/react_project_manager.git
# 2. Navigate to the project directory
cd react_project_manager
# 3. Install dependencies
npm install
# 4. Start the development server
npm run dev