Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.18 KB

Readme.MD

File metadata and controls

57 lines (41 loc) · 1.18 KB

Tiny todo list

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

Built With

  • HTML
  • CSS
  • JS


                          




Contribute

If you have any idea please share with me


git clone https://github.com/Rahul0070050/ToDo

Go to the directory

cd ToDo

Create a new branch for you changes the Do some changes

git branch <new_branch>

git checkout <new_branch>

# commit and push

git push origin <new_branch> 

# make a pull request

Thank you!