Welcome to the To Do App repository! This project is a simple To Do list application designed to help you stay organized and manage your tasks effectively.
- Task Management: Add, Mark as Done, and delete tasks effortlessly.
- Responsive Design: Fully responsive layout ensures seamless usability across desktops, tablets, and mobile phones.
- Easy to Use: Intuitive interface for hassle-free task management.
- Lasts Longer: The todos you make will be saved in browser localStorage so that it does wipes off when you refresh the page or come back later.
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/to-do-app.git - Navigate to the project directory:
cd to-do-app - Then Write Following Command in Terminal:
npm init -y
- Open the
index.htmlfile in your browser.
Feel free to explore the To Do App and start managing your tasks effectively!
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature - Make your changes
- Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin feature/your-feature - Submit a pull request
This project was developed by Adarsh Singh.
This project is licensed under the MIT License. See the LICENSE file for details.