I created a simple 🗒️todo app, this is a basic one actually i'm trying to add tole more features in it. The app can perform basic operations like adding and removing todo's also have multiple select option for removing for finished todo's. Now the app is in the development stage
- HTML
- CSS
- JS
git clone https://github.com/Rahul0070050/ToDo
Go to the directory
cd ToDo
git branch <new_branch>
git checkout <new_branch>
# commit and push
git push origin <new_branch>
# make a pull request