A simple to-do app for managing daily tasks built with Webpack, JavaScript, HTML, and CSS. With the functionality to add, edit, remove, delete multiple completed tasks and store them to local storage using a basic design.
- HTML
- CSS
- Javascript
- Linters
- GitHub Flow
- Javascript
- clone the repository by running
git clone git@github.com:selma-belhadj/To-Do-list-App.git
- navigate to the folder
cd To-Do-list-App
- Install packages
npm install
- Run the app
npm start
👤 Selma Belhadj
- GitHub: @selma-belhadj
- Twitter: @Bel_Selma16
- LinkedIn: @selma-belhadj
Give a ⭐️ if you like this project!
Thanks to Ahmed for this great idea. Thanks to Omar for this great webpack template.