toDoList

the to-do list is a project that you can save your to-do tasks. You can remove, add, and update your tasks. it got built with Webpack&ES6.

Stars
6

to do list with ES6&webpack

to do list (displaying static array).

to do list ES6&webpack at mcroverse module 2 week 2 :

dynamicly add-remove-update to-do tasks using classes, modules, webpack and, ES6

this is a demonstration video for the project: to-do list project

Built With

  • HTML
  • CSS
  • JS (es6&modules&webpack)
  • linters for testing

Live Demo

Live Demo

Getting Started

To get a local copy up and running follow these simple example steps. for SSH: git clone [email protected]:saied2035/toDoList.git for https: git clone https://github.com/saied2035/toDoList.git

Install

after cloning the repo run npm install

Usage

run npm start for devlopment npm run build for production code

Run tests

  • npx hint . for html check. giving hints about what is needed to change in your html page.
  • npx stylelint "**/*.{css,scss}" for CSS check.
  • npx stylelint "**/*.{css,scss}" --fix to fix JS issues if found.
  • npx eslint . for JS check.
  • npx eslint . --fix to fix JS issues if found.

Authors

Saied Gaffer

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.

Related Projects