An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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.