Skip to content
/ TODO Public

This is a MyTODO site made for daily-use. Feel free to contribute to this project.

Notifications You must be signed in to change notification settings

Kirankp25/TODO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

This is MyTODO

UI OF MyTODO

Screenshot (227)

Features

Please see out our rules for contributing to our project

  • Keep track of TODOs
  • Add TODOs
  • Delete TODOs
  • Search TODOs
  • Cool Dynamic Ui,

Steps for adding your name in the CONTRIBUTERS.md File

  1. Fork this repo
  2. Edit Tools.md file
  3. Add Name of tool , link to the tool , a short explanation of your favorite tool in the table .
  4. Edit CONTRIBUTERS.md file
  5. Add your Name also link your github profile seprated by a | (pipe). eg. | Karan | https://github.com/karanS08 |
  6. Make your pull request 🙌🏽.
  7. Don't forget to star the repo 🙂.

Steps for Contributing

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/Kirankp25/TODO.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (choose from any task below)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!

Contributors