An open API service indexing awesome lists of open source software.

https://github.com/eidhachem/todo-list

to do list is my first project using Webpack. It can store daily tasks into browser's local storage. It enable the user to add, remove and delete completed tasks. it allows him to update the status of tasks to make it easier to delete all done tasks at once.
https://github.com/eidhachem/todo-list

css html javascript webpack

Last synced: 3 months ago
JSON representation

to do list is my first project using Webpack. It can store daily tasks into browser's local storage. It enable the user to add, remove and delete completed tasks. it allows him to update the status of tasks to make it easier to delete all done tasks at once.

Awesome Lists containing this project

README

          

# ToDo list

- In this project, I built a basic todo list organizer that gives the user the ability to add new todos, check done todos and clear checked ones.

## Built With

- HTML
- CSS
- JavaScript
- Webpack

## Live Demo (if available)

- [Todo list](https://eidhachem.github.io/todo-list/)

### Prerequisites

- Have some knowledge in node npm and webpack

## Set up

- git clone git@github.com:EidHachem/todo-list.git
- cd todo-list
- Run npm i and then npm start to run the project.
- open index.html using npm run start

## Author

👤 **Eid Hachem**

- GitHub: [@EidHachem](https://github.com/EidHachem)
- Twitter: [@eidHachem1](https://twitter.com/@eidHachem1)
- LinkedIn: [Eid Hachem](https://www.linkedin.com/in/eid-hachem/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone who will take a glance to this project

## 📝 License

This project is [MIT](./MIT.md) licensed.