https://github.com/trace-kadenyi/webpack-project--to-do-list
A to-do list set up using webpack. It allows the user to add, remove, edit and check items on the list. All the data is saved in local storage.
https://github.com/trace-kadenyi/webpack-project--to-do-list
html-css-javascript webpack
Last synced: 7 months ago
JSON representation
A to-do list set up using webpack. It allows the user to add, remove, edit and check items on the list. All the data is saved in local storage.
- Host: GitHub
- URL: https://github.com/trace-kadenyi/webpack-project--to-do-list
- Owner: trace-kadenyi
- Created: 2022-07-05T13:10:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T09:54:57.000Z (over 3 years ago)
- Last Synced: 2025-03-29T23:11:09.537Z (8 months ago)
- Topics: html-css-javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 559 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Project Name: Webpack-Project: To-Do-List
> Description of the project: A simple to-do-list app created using webpack.
## Built With
- Major languages: HTML | CSS | JavaScript | Webpack
## Live Demo
[Live Demo Link](https://track92.github.io/Webpack-Project--To-Do-List/)
## Getting started
- The project is set up using webpack. Therefore, to get started, add a package.json file to the project by passing this command to the terminal: ``npm init -y``. Thereafter, webpack must be installed. Follow [this link (Getting Started)](https://webpack.js.org/guides/getting-started/#basic-setup) for detailed instructions on how to set up webpack.
#### Clone this repository
```bash
$ git clone https://github.com/TracK92/Webpack-Project--To-Do-List.git
```
#### Run the project
```bash
$ npm install
$ npm run build
$ npm run start
```
## Authors
👤 **Tracey Kadenyi**
- GitHub: [@TracK92](https://github.com/TracK92)
- LinkedIn: [Tracey Kadenyi](https://www.linkedin.com/in/tracy-kadenyi-9bb90287)
👤
## 🤝 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!
## 📝 License
This project is [MIT](./MIT.md) licensed.