Skip to content

A TODO list created using very basic web development knowledge. Open for Contribution ( Hacktoberfest ).

Notifications You must be signed in to change notification settings

rishirohilla/hacktoberfest2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO-LIST-PROJECT

TODO LIST:

A list of tasks that need to be completed, typically organized in order of priority.


Steps to Contribute

  1. Fork the repo.
  2. Clone forked repo in your local machine
    - type git clone https://github.com/<your-user-name>/hacktoberfest2023.git in your system(local) terminal
  3. Do the Changes
  4. Add changes git add .
  5. Commit changes git commit -m "your-commit/issue number"
  6. Push to repo git push -u origin main
  7. Create Pull Request - Go to your forked repo, you will see an option to create pull request(mostly in green box). Click on that.
  8. All Done

Don't forgot to like this repo and follow ME

THIS PROJECT

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.

DEMO:

TODO.LIST_DEMO.mp4

Screenshot (258)

About

A TODO list created using very basic web development knowledge. Open for Contribution ( Hacktoberfest ).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.8%
  • JavaScript 31.7%
  • HTML 13.5%