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

https://github.com/serengia/webpack-todo-app

Todo List App project build using webpack. You can add, update, delete, check off a task or delete all checked off tasks.
https://github.com/serengia/webpack-todo-app

javascript webpack

Last synced: about 1 month ago
JSON representation

Todo List App project build using webpack. You can add, update, delete, check off a task or delete all checked off tasks.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📗 Table of Contents](#table-of-contents)
- [Todo list App -- with Webpack ](#todo-list-app--with-webpack)
- [🛠 Built With ](#built-with)
- [Key Features ](#key-features)
- [🚀 Live Demo ](#live-demo)
- [Getting Started ](#getting-started)
- [Install ](#install)
- [Author ](#author)
- [🔭 Future Features ](#future-features)
- [🤝 Contributing ](#contributing)
- [Show your support ](#show-your-support)
- [Acknowledgments ](#acknowledgments)
- [📝 License ](#license)

# Todo list App -- with Webpack

> Todo List App project build using webpack.

## 🛠 Built With

- Html
- Css
- Javascript
- Webpack

### Key Features

> Key features of the application.

- **Adding a new item.**
- **Removing a selected item.**
- **Marking a selected item as complete.**
- **Removing all items marked as complete at once.**

(back to top)

## 🚀 Live Demo

> You can see a live demo via the link bellow.

- [Live Demo Link](https://serengia.github.io/webpack-todo-app/dist)

(back to top)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Install

```js
npm install
```

To build a webpack bundle file,run

```js
npm run build
```

If you want to build and run the local server, run

```js
npm start
```

## Author

👤 **James Serengia**

- GitHub: [@githubhandle](https://github.com/serengia)
- Twitter: [@twitterhandle](https://twitter.com/JamesSerengia)
- LinkedIn: [LinkedIn](https://linkedin.com/in/james-serengia)

## 🔭 Future Features

- [ ] **Reordering a selected item (as drag-and-drop)**

(back to top)

## 🤝 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 who inspired this project

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