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.
- Host: GitHub
- URL: https://github.com/eidhachem/todo-list
- Owner: EidHachem
- Created: 2022-04-26T10:48:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T10:12:42.000Z (about 4 years ago)
- Last Synced: 2025-04-09T18:04:15.868Z (about 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 851 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.