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

https://github.com/yonas44/todo-list_webpack

A todo-list application which can be used to keep track of daily tasks. Users can add, edit and remove tasks from their list easily. Built with JavaScript.
https://github.com/yonas44/todo-list_webpack

javascript webpack

Last synced: about 1 year ago
JSON representation

A todo-list application which can be used to keep track of daily tasks. Users can add, edit and remove tasks from their list easily. Built with JavaScript.

Awesome Lists containing this project

README

          

A todo-list project built with Webpack and ES6 modules
![](https://img.shields.io/badge/Microverse-blueviolet)

# Project Name

> To-Do List

## Built With

- Major languages : HTML, CSS & JavaScript
- Frameworks : Bootstrap

![image](./src/images/preview.png)

## Getting Started

In this project I built a simple HTML list of To Do tasks using webpack and served by a webpack dev server along with ES6 modules.

- The webpage will allow users to add lists easily using the input field.
- The completed tasks will each have a line through, implying the task is complete.
- The completed tasks can be removed all together using a button.

### Deployment

[Live Demo](https://yonas44.github.io/Todo-list_webpack/)

### Setup

To setup this project in your local machine simply run these steps:
- git clone https://github.com/yonas44/Todo-list_webpack.git
- cd Todo-list_webpack
- npm install
- npm start

## Authors

👤 **Author1**

- GitHub: [@yonas44](git@github.com:yonas44/Todo-list_webpack.git)

## 🤝 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 whose code was used
- Inspiration
- etc

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