"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.
- This is the page view:
To Do List
Learning objectives:
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
- HTML
- CSS
- Java Script
- Webpack
To get the content of this project locally you need to run this command in your terminal:
https://github.com/evans22j/MY-TO-DO-LIST.git
- To clone the repository run this command
https://github.com/evans22j/MY-TO-DO-LIST.git
For tracking linter errors locally you need to follow these steps:
-
After cloning the project you need to run this command
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}"
- And For tracking the linter errors in JavaScript file run:
npx eslint .
-
Use
npm run build
to run the app in live server -
Install
npm install --save-dev webpack-dev-server
to have the ability to use live reloading. -
Then Run from the command line
npm start
to will see the browser automatically loading up our page.
To get a local copy up and running follow these simple example steps.
- Clone the Repo or Download the Zip file and Extract by clicking here [GitHub Repo]{https://github.com/evans22j/MY-TO-DO-LIST.git}
- mkdir the folder of your choice
- cd the folder
- git clone
👤 Evans Sitibekiso
- GitHub: @evans22j
- Twitter: @Evans_22J
- LinkedIn: Evans Sitibekiso
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Huge thanks to my coding partners