ToDo's Tasks App where you can add a todo, edit the todo by clicking on it, change the completed property of the todo object from false to true by checking the checkbox and a line-through CSS property will be display on the description of the todo, and finally can delete one particular todo by clicking the delete trashcan icon when in edit mode and also delete all completed todo's by clicking the 'clear all completed' button at the bottom. All changes are saved on the local storage browser API.
- HTML
- CSS
- JavaScript
To get a local copy up and running follow these simple example steps.
Go to the top of the page, press te green button that says "Code", and copy the link. Then you have to go to your console and type
git clone 'repository-link'
That's all, you are ready to go!
Run the following command to have all npm packages dependencies installed:
npm install
To start the webpack-dev-server, run the following command:
npm run start
Javascript linters
npx eslint .
HTML linters
npx hint .
CSS linters
npx stylelint "**/*.{css,scss}"
- GitHub: Jose Abel Ramirez Frontany
- Linkedin: Jose Abel Ramirez Frontany
- Github: Leonardo Paz
- Linkedin: Leonardo Paz
Contributions, issues, and feature requests are welcome!
This project is MIT licensed.
Give a ⭐️ if you like this project!