/todolist

To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. Made with webpack, JavaScript ES6 , HTML 5 and CSS 3.

Primary LanguageJavaScript

Microverse Webpack Javascript

For the second Javascript milestone in building a todo website,

set up a new repository and prepare it for development using best practices (e.g. linters).

Screenshot

This is the first interface

Built with

  • HTML CSS & JAVASCRIPT

Link to the live page

Feel free to check the To-do-link.

Authors

👤 **Silvia Tofana **

👤 Grace Muthui

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Instructions on how to conduct tests

Install Run Linters tests To track linter errors locally follow these steps:

Download all the dependencies run:

npm install Track HTML linter errors run:

npx hint . Track CSS linter errors run:

npx stylelint "**/*.{css,scss}" Track JavaScript linter errors run:

npx eslint ." Run local server Node live serveris easy to install and use:

Run webpack server npm start

  • On the terminal run this command git clone https://github.com/silviatofana/todolist.git.

  • Install the dev dependencies for linters run npm install.

  • To install jest as your library run npm install --save-dev jest

  • To test whether all the tests work run npm test

Deployment

  • To see this project live here is the link

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.