Skip to content

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

Notifications You must be signed in to change notification settings

errea/Webpack-Todo_List

Repository files navigation

JavaScript - Build with Webpack [Todo List Exercise].

In this project, you 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. Find project specifications here

View Code Github Issues GitHub Pull Requests

📝 Contents

Built with   |    Getting started   |    Author

[Description]

In this project, you 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

🔧 Built with

  • JavaScript
  • DOM
  • Webpack config

screenshot

Getting Started

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

Get instructions
$ cd <folder>
$ git clone https://github.com/errea/Webpack-Todo_List.git
$ cd Webpack-Todo_List

Run npm Install to install the node modules and webpacker.

Run npm start opens on http://localhost:8080/ in your browser.

Run npm run build to build the bundler.

Set up

  • Open your terminal and locate the folder you want to clone the repository and follow the steps above to install

Project Structure

WEBPACK-TODO_LIST
├── dist
│   └── index.bundle.js
    └── index.html
└── node_modules
└── .github\workflows
    └── linters.yml
└── src
    └── /img
  └── index.html
  └── index.js   
  └── style.css
└── .eslintrc.json
└── .gitignore
└── .hintrc
└──.stylelintrc.json
└── MIT.md
└── package-lock.json
└── package.json
└──README.md
└── webpack.config.js

✒️ Authors

👤 Eri

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page

👍 Show your support

Acknowledgments

  • Microverse

📝 License

This project is MIT licensed.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published