todolist

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

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

Deployment

Acknowledgments

📝 License

This project is MIT licensed.