*In this project, I added some functionality to application to make it interactive. selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage.
- html
- css
- Javascript
- Ecma Script 6
- Webpack
To get the content of this project locally you need to run the following commands in your terminal.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
- Download the Zip file or clone the repo with:
git clone [email protected]/Masouma864/Todo-List-Project
- To access cloned directory run:
cd Todo-List-Project
- Run the following commands
npm run build
npm start
To install linters and other project's dependencies run:
npm install
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
npx hint .
- For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
- For tracking linter errors in JavaScript files run:
npx eslint .
👤 Masouma Modarresi
- GitHub: @masouma864
- Twitter: @hasina389
- LinkedIn: maosouma-m
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
For Design Inspiration I would like to Acknowledge
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.