https://github.com/benmuiruri/to-do-list
A simple yet powerful vanilla JS To Do List bundled using Webpack. You can use this To-Do list to add new tasks, edit existing tasks, mark tasks as completed, and delete tasks from the To-Do list.
https://github.com/benmuiruri/to-do-list
css javascript webpack
Last synced: 10 months ago
JSON representation
A simple yet powerful vanilla JS To Do List bundled using Webpack. You can use this To-Do list to add new tasks, edit existing tasks, mark tasks as completed, and delete tasks from the To-Do list.
- Host: GitHub
- URL: https://github.com/benmuiruri/to-do-list
- Owner: Benmuiruri
- Created: 2022-03-22T09:23:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T07:43:52.000Z (about 4 years ago)
- Last Synced: 2024-12-31T19:10:45.829Z (over 1 year ago)
- Topics: css, javascript, webpack
- Language: JavaScript
- Homepage: https://benmuiruri.github.io/to-do-list/
- Size: 8.57 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Desktop view
A simple To Do list Web App
> The above screenshot shows the To Do List's UI. You can add a few items in your to-do list at this [link](https://benmuiruri.github.io/to-do-list/)
## Built With
- **HTML** and **CSS** and **Javascript**
## Getting Started
To get a local copy up and running follow these setup steps below.
### Setup
- Simply fork this project
- run `npm i `to install all dependencies
- run `npm run build` to bundle the project with webpack, and
- run `npm start` to launch the application
- In case you run into any errors please raise an [issue](https://github.com/Benmuiruri/to-do-list/issues).
## Authors
👤 **Author**
- GitHub: [@githubhandle](https://github.com/Benmuiruri)
- Twitter: [@twitterhandle](https://twitter.com/_optimize)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/benjamin-kiarie-180b66149/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Benmuiruri/to-do-list/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Huge thanks to [Sodiq](https://github.com/deyemiobaa) for his contribution.
## 📝 License
This project is [MIT](https://opensource.org/licenses/MIT) licensed.