Welcome to the React Todo List – a user-friendly solution for managing daily tasks. This lightweight application allows users to effortlessly add tasks, mark them as completed, and remove completed tasks.
- Add tasks with ease
- Mark tasks as completed
- Remove completed tasks
- Responsive design for a seamless experience on various devices
- React.js
- Clone the repository:
git clone https://github.com/your-username/Todo-list.git
- Navigate to the project directory:
cd Todo-list
- Install dependencies:
npm install
- Run the application:
npm start
Open your browser and visit http://localhost:3000
Contributions are welcome! If you'd like to contribute to this project, please follow these guidelines.
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
. - Commit your changes:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
Thank you for contributing to the project! 🚀