https://github.com/yonas44/todo-list_webpack
A todo-list application which can be used to keep track of daily tasks. Users can add, edit and remove tasks from their list easily. Built with JavaScript.
https://github.com/yonas44/todo-list_webpack
javascript webpack
Last synced: about 1 year ago
JSON representation
A todo-list application which can be used to keep track of daily tasks. Users can add, edit and remove tasks from their list easily. Built with JavaScript.
- Host: GitHub
- URL: https://github.com/yonas44/todo-list_webpack
- Owner: yonas44
- Created: 2022-11-01T09:33:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T13:00:00.000Z (over 3 years ago)
- Last Synced: 2025-05-12T18:18:44.799Z (about 1 year ago)
- Topics: javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 919 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A todo-list project built with Webpack and ES6 modules

# Project Name
> To-Do List
## Built With
- Major languages : HTML, CSS & JavaScript
- Frameworks : Bootstrap

## Getting Started
In this project I built a simple HTML list of To Do tasks using webpack and served by a webpack dev server along with ES6 modules.
- The webpage will allow users to add lists easily using the input field.
- The completed tasks will each have a line through, implying the task is complete.
- The completed tasks can be removed all together using a button.
### Deployment
[Live Demo](https://yonas44.github.io/Todo-list_webpack/)
### Setup
To setup this project in your local machine simply run these steps:
- git clone https://github.com/yonas44/Todo-list_webpack.git
- cd Todo-list_webpack
- npm install
- npm start
## Authors
👤 **Author1**
- GitHub: [@yonas44](git@github.com:yonas44/Todo-list_webpack.git)
## 🤝 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 whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.
_NOTE: we recommend using the
[MIT license](https://choosealicense.com/licenses/mit/) - you can set it up
quickly by
[using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository).
You can also use [any other license](https://choosealicense.com/licenses/) if
you wish._