This project is a simple and efficient To-Do List application designed to help users manage their tasks effectively. It allows users to add, edit, delete, and mark tasks as completed.
- Add new tasks with ease.
- Delete tasks you no longer need.
- Mark tasks as completed.
- User-friendly interface.
- Saves previously added tasks
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd todo-list-app
- Install dependencies:
npm install
- Start the application:
npm start
- Open your browser and navigate to
http://localhost:3000
.
- HTML, CSS, JavaScript
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature-name"
- Push to the branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the MIT License.