Todo List Structure To-Do-List-with-Jest-Test
- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
In this project, we are required to build a simple HTML list of To Do tasks.
- [Use webpack to bundle JavaScript.]
For a live demo to the project, follow the link below
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Clone this repository or download the Zip folder:
git clone https://github.com/lorenzoworx/to-do-list.git
- Navigate to the location of the folder in your machine:
you@your-Pc-name:~$ cd <folder>
- After Cloning this repo to your local machine
- Run npm start from the root directory in terminal
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 .
Install jest using:
npm install --save-dev jest
Track tests in tests/ run:
npm test
- GitHub Pages was used to deploy this website
- For more information about publishing sources, see "About github page"
👤 Okolo Oshoke
- GitHub: @lorenzoworx
- Twitter: @lorenzoworx
- LinkedIn: [Oshoke Okolo]https://www.linkedin.com/in/oshoke-okolo-665208108/)
👤 Ikoote Rasuli
- GitHub: @ikoote1
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Checking through my project and review it will bring a great connection between the two of us. Let us connect.
If you like this project I promise to follow you back and leave offers open to you all.
I would like to thank Microverse team for the great work and support. I would also like to thank Shubham Bhoyar for all his support
This project is MIT licensed.