Skip to content

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.

License

Notifications You must be signed in to change notification settings

carlosmuerto/to-do-list-webpack

Repository files navigation

Microverse HTML CSS JavaScript

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

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

Getting Starte

Step 1:

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

Step 2:

  • install dependency
     npm install

Step 3:

  • Run dev server
     npm start

Other Consideration

  • to Run a Compliler
     npm run build
    and to a Watch Compliler
     npm run watch

Authors

👤 Carlos Vivas

👤 Addis Tsega

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •