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.
- Host: GitHub
- URL: https://github.com/serengia/webpack-todo-app
- Owner: serengia
- Created: 2023-01-18T05:40:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T06:39:02.000Z (over 3 years ago)
- Last Synced: 2025-08-18T12:22:17.667Z (11 months ago)
- Topics: javascript, webpack
- Language: JavaScript
- Homepage: https://serengia.github.io/webpack-todo-app/dist/
- Size: 254 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
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.
- Html
- Css
- Javascript
- Webpack
> 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.**
> You can see a live demo via the link bellow.
- [Live Demo Link](https://serengia.github.io/webpack-todo-app/dist)
To get a local copy up and running follow these simple example steps.
```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
```
👤 **James Serengia**
- GitHub: [@githubhandle](https://github.com/serengia)
- Twitter: [@twitterhandle](https://twitter.com/JamesSerengia)
- LinkedIn: [LinkedIn](https://linkedin.com/in/james-serengia)
- [ ] **Reordering a selected item (as drag-and-drop)**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
- Hat tip to anyone who inspired this project
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._