A simple and elegant To-Do List Application built using React.js and styled with Tailwind CSS. This project showcases a modern and responsive task management system.
- 📋 Add Tasks: Quickly add tasks to your to-do list.
- ✅ Mark as Completed: Mark tasks as completed to keep track of your progress.
- 🖊️ Edit Tasks: Update tasks when priorities or details change.
- ❌ Delete Tasks: Remove unwanted or completed tasks.
- 🔄 Real-Time Updates: Experience a seamless and dynamic user interface with real-time task updates.
- 🎨 Responsive Design: Fully responsive and mobile-friendly UI.
To get started, follow these steps:
-
Clone the repository:
git clone https://github.com/4ssh1/TODO_LIST.git
-
Navigate to the project directory:
cd TODO_LIST -
Install dependencies:
npm install
-
Start the server:
npm run dev
TODO_LIST/
├── src/
│ ├── components/
├── public/
├── .eslintrc
├── vite.config.js
└── package.json
## Contributing
We welcome contributions! To contribute:
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature-name
- Commit your changes and push them to your fork.
- Create a pull request.
This project is licensed under the MIT License.