A list of tasks that need to be completed, typically organized in order of priority.
- Fork the repo.
- Clone forked repo in your local machine
- typegit clone https://github.com/<your-user-name>/hacktoberfest2023.git
in your system(local) terminal - Do the Changes
- Add changes
git add .
- Commit changes
git commit -m "your-commit/issue number"
- Push to repo
git push -u origin main
- Create Pull Request - Go to your forked repo, you will see an option to create pull request(mostly in green box). Click on that.
- All Done
Don't forgot to like this repo and follow ME
In this to-do list, the user can add a to-do by filling the input! and hit ENTER, after that he can rather check the to-do when it's done, or select and remove multiple items using the delete button. The user's to-do list is stored in the local storage, so when he refreshes the page, he can always find the list there. There is the possibility for the user, to clear the list, by clicking the button clear, at the top right corner of our app. This to-do list app shows the today's date to the user.