/webpack-todo

Basic todo-list build on vanilla javascript complied and tested with webpack.

Primary LanguageJavaScript

TODO List with Webpack

Basic website that allows users to add/remove tasks from a list. They can further go and mark the ones that are completed.

Built With

  • Javascript
  • HTML
  • CSS

Screenshot

Live Demo

Live Demo Link

Getting Started

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

Setup

Run

# To clone the git repositories
git clone https://github.com/uzairali19/webpack-todo

# To install dependencies 
npm install 

# To run development branch
npm run start

Run tests

For Linters:

# To check for CSS errors
npx stylelint "**/*.{css,scss}"

# To check for Javascript errors
npx eslint .

Authors

👤 Uzair Ali

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

📝 License

This project is MIT licensed.