This project contains a to-do list project where tasks can be added, marked as completed and deleted. Users can edit a task by double clicking on the task title section. A task can be deleted by clicking on the trash can icon on the right side of each task. Tasks can be marked as completed by clicking on the corresponding checkbox. All completed tasks can be deleted at once by clicking the Clear All Completed button.
- Webpack
- JavaScript
- CSS
- Adding a new task
- Removing a task
- Storing data in the local storage
To get a local copy of this project, follow these simple steps
- Clone this clone this repo by typing: git clone
https://github.com/OLIPLICHE/To-Do-list.git
, on your local terminal - Type cd
https://github.com/OLIPLICHE/To-Do-list
to access the project on the terminal
- You will need to set up or install webpack in your machine. Open the link bellow for set up
https://webpack.js.org/guides/getting-started/#basic-setup
Run the code bellow inside your terminal to install Packages.Json in your local machine.
- npm install --save-dev stylelint stylelint-config-standard
- { "extends": "stylelint-config-standard" }
- npx stylelint "**/*.css"
- Text editor
- Git
- Html
- CSS
- Js
- webpack
👤 Olipliche Mavoungou Paka
- GitHub: @githubhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
This project is MIT licensed.