📋 Task Manager React App A simple and efficient Task Manager application built using React and Vite. This app helps users organize daily tasks with an interactive and responsive interface.
🚀 Features
- Add new tasks
- Delete tasks
- Mark tasks as completed
- Fast UI updates with React state
- Responsive design for better usability
🛠️ Tech Stack
- Frontend: React (Functional Components, Hooks)
- Build Tool: Vite
- Styling: CSS
- Linting: ESLint
📂 Project Structure Task_Manager-React-App/ │── public/ │── src/ │ ├── components/ │ ├── App.jsx │ ├── main.jsx │── package.json │── vite.config.js
⚙️ Installation & Setup
1️⃣ Clone the repository git clone https://github.com/Varsh-raj/Task_Manager-React-App.git cd Task_Manager-React-App
2️⃣ Install dependencies npm install
3️⃣ Run the app npm run dev
📚 What I Learned
- Building UI using React components
- Managing state using useState hook
- Handling user input and events
- Structuring a frontend project with Vite
- Writing cleaner and modular code
🔮 Future Improvements ✏️ Edit task functionality 💾 Save tasks using Local Storage / Backend 🔐 User authentication 🎯 Task prioritization
🙌 Acknowledgement Developed as part of my practical learning in React, this project demonstrates my ability to build interactive user interfaces and apply core frontend development concepts effectively.