https://github.com/xsidx/todo-list-with-webpack
This is a simple todo list web page built using Webpack and served by a Webpack dev server. It features the CRUD operations. Data is stored in localStorage. Has some automated tests written using Jest.
https://github.com/xsidx/todo-list-with-webpack
css html javascript jest webpack
Last synced: about 1 year ago
JSON representation
This is a simple todo list web page built using Webpack and served by a Webpack dev server. It features the CRUD operations. Data is stored in localStorage. Has some automated tests written using Jest.
- Host: GitHub
- URL: https://github.com/xsidx/todo-list-with-webpack
- Owner: XsidX
- Created: 2022-07-04T10:43:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T13:20:32.000Z (almost 4 years ago)
- Last Synced: 2025-04-23T04:53:22.766Z (about 1 year ago)
- Topics: css, html, javascript, jest, webpack
- Language: JavaScript
- Homepage:
- Size: 1.64 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To Do list with Webpack
> In this project, I build a simple HTML list of To Do tasks. This simple web page will be built using webpack and served by a webpack dev server.
## Built With
- HTML
- CSS
- Webpack
- Javascript
## Live Demo (if available)
[Live Demo Link](https://xsidx.github.io/todo-list-with-webpack/)
## Getting Started
## Prerequisites
- Git/Github
- VSCode or another equivalent tool
- knowledge in HTML, Javascript and Webpack
## Install
- To install locally run, _git clone git@github.com:XsidX/todo-list-with-webpack.git_, in your terminal.
- open the cloned directory with VSCode
- install live server extension for VSCode.
- right click on the index.html file and select open with live server.
## Usage
You're free to use this project however you like it for educational purposes.
## Authors
👤 **Sidney**
- GitHub: [XsidX](https://github.com/XsidX)
- Twitter: [@\_sid_o](https://twitter.com/_sid_o_)
- LinkedIn: [Sidney Kaguli](https://www.linkedin.com/in/sidney-kaguli-0116801a6/)
👤 **Fadahunsi seyi samuel**
- GitHub: [@Fadahunsi](https://github.com/Fadahunsiseyi)
- Twitter: [@Fadahunsi](https://twitter.com/@Fadahunsiseyi_)
- LinkedIn: [Fadahunsi](https://www.linkedin.com/in/fadahunsi-seyi-samuel-49191a209/)
## 🤝 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
-Microverse module 2, block 2, To Do list:... activity/lesson.
## 📝 License
This project is [MIT](./MIT.md) licensed.