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

https://github.com/carlosmuerto/to-do-list-webpack

In this project, I will build a simple HTML list of To-Do tasks. This simple web page will be built using Webpack and served by a Webpack dev server.
https://github.com/carlosmuerto/to-do-list-webpack

javascript webpack

Last synced: 2 days ago
JSON representation

In this project, I will build a simple HTML list of To-Do tasks. This simple web page will be built using Webpack and served by a Webpack dev server.

Awesome Lists containing this project

README

          

![Microverse](https://img.shields.io/badge/Microverse-blueviolet) ![HTML](https://img.shields.io/badge/-HTML-orange) ![CSS](https://img.shields.io/badge/-CSS-blue) ![JavaScript](https://img.shields.io/badge/-JavaScript-yellow)

# To Do list: list structure

> In this project, I will build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later in this lesson. This simple web page will be built using webpack and served by a webpack dev server.

![screenshot](https://user-images.githubusercontent.com/34493013/217900778-56b1abd8-ffd6-4166-85de-87d134a1be20.png)

## Learning objectives
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.

## Built With

- CSS, HTML, JavaScript (ES6)
- luxon
- webpack
- single page aplication

## Live Demo

[Live Demo Link](https://carlosmuerto.github.io/to-do-list-webpack/)

## Getting Starte

#### Step 1:
- Clone this repo locally using git and the following git command
```bash
git clone https://github.com/carlosmuerto/to-do-list-webpack
```
- or with GitHub CLI
```bash
gh repo clone carlosmuerto/to-do-list-webpack
```

#### Step 2:

- install dependency
```bash
npm install
```

#### Step 3:

- Run dev server
```bash
npm start
```

#### Other Consideration
- to Run a Compliler
```bash
npm run build
```
and to a Watch Compliler
```bash
npm run watch
```
## Authors

👤 Carlos Vivas

- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/carlos-vivas-818ab831/)

👤 Addis Tsega

- GitHub: [@Aseadd](https://github.com/Aseadd)

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

- ### [Awesome books repository](https://github.com/cmolinan/awesome-books)

## 📝 License

This project is [MIT](LICENSE.md) licensed.