This repo contains my practice for JS
I am leaving this open source on the honor system. Please do not plagarize my code! You will only learn by investing the time to work through the problems yourself!
A conventional TODOs list app made from scratch using just html, css and js. The app has following functions:
- Add task to list
- Delete task from list
- Clear full list
The app has following rules:
- A task can be added without task's description
- A task can not be added without task's title
The web app is deployed using github pages and can be viewed at https://zainmujahid.me/todo-list-app-js/
-
Option 1
- 🍴 Fork this repo!
-
Option 2
- 👯 Clone this repo to your local machine.
- Build your code 🔨🔨🔨
- 🔃 Create a new pull request.
This project is licensed under the MIT License - see the LICENSE file for details.