This project lets you create a to-do list for activities you need to do for some time. Each activity has a box that can be checked when completed
- Set up webpack for project
- Implemented logic to populate list
- HTML, CSS, JavaScript
- none
- webpack, Node
To get a local copy up and running follow these simple example steps.
- Understand how HTML and CSS work
- Understand github and gitflow
- Understand the use of webpack
To view and edit this project, you need to install the following,
- Any web browser of your choice
- Git and Gitbash
- Any code editor of your choice
- To clone the repository run this command
git clone git@github.com:tylher/To-do-List.git
in your command line
For tracking linters errors locally you need to follow these steps:
-
After cloning the project you need to run this command
run
npm install
This command will download all the dependencies of the project -
For tracking the linter errors in HTML file run:
npx hint .
-
For tracking the linter errors in CSS file run:
npx stylelint "\*_/_.{css,scss}"
To fix automatically,npx stylelint --fix "\*_/_.{css,scss}"
- And For tracking the linter errors in JavaScript file run:
npx eslint .
To fix automatically,npx eslint --fix .
- And For tracking the linter errors in JavaScript file run:
- GitHub Pages was used to deploy my website
- For more information, see "About github page"
👤 Author1
- GitHub: @tylher
- Twitter: @tylher123
- LinkedIn: Taiwo Adediran
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
This project is MIT licensed.