Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fredh2o/to-do-list
A simple to-do list web app built with JavaScript, HTML, and CSS for practice. It allows users to manage their tasks efficiently with features to add, edit, delete, and mark tasks as complete.
https://github.com/fredh2o/to-do-list
Last synced: about 2 months ago
JSON representation
A simple to-do list web app built with JavaScript, HTML, and CSS for practice. It allows users to manage their tasks efficiently with features to add, edit, delete, and mark tasks as complete.
- Host: GitHub
- URL: https://github.com/fredh2o/to-do-list
- Owner: FredH2O
- License: mit
- Created: 2024-07-20T13:04:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T15:46:43.000Z (6 months ago)
- Last Synced: 2024-08-04T17:29:04.505Z (6 months ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# To-Do List
Welcome to the To-Do List application! This simple web app allows you to keep track of your tasks efficiently.
## Features
- **Add Tasks**: Easily add new tasks to your to-do list.
- **Mark Tasks as Complete**: Check off tasks when they're done.
- **Remove Tasks**: Delete tasks that are no longer needed.
- **Responsive Design**: Works well on both desktop and mobile devices.## Technologies Used
- **HTML**: For structuring the content.
- **CSS**: For styling and layout.
- **JavaScript**: For interactivity and functionality.
- **Confetti.js**: For when all the task are done. Well done!!## How to Use
1. Open the [To-Do List](https://fredh2o.github.io/To-Do-List/) in your web browser.
2. Add tasks using the input field and click "Add".
3. Mark tasks as complete by clicking on them.
4. Remove tasks by clicking the delete button next to them.## Getting Started Locally
1. Clone this repository:
```bash
git clone https://github.com/fredh2o/To-Do-List.git```
2. Navigate to the project directory:
```bash
cd To-Do-List```
3. Open `index.html` in your web browser.
## Contributing
Feel free to open issues or submit pull requests to enhance the functionality or fix bugs.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Contact
For any questions or feedback, please reach out to [email protected]
Happy to-do listing!