Skip to content

Dhanraj-Patil/to-do-app

Repository files navigation

to-do-app

A To-Do App made using django that handles simple Create, Update and Delete operations.

Want to contribute? Great!

  • Fork the repo
  • Clone the forked repo to your machine (git clone https://github.com/<your_username>/to-do-app.git)
  • Add the project repository as the "upstream" remote (git remote add upstream https://github.com/rdotjain/to-do-app.git)
  • Pull the latest changes from upstream into your local repository (git pull upstream main)
  • Change directory to sample_tasks
  • Add a file <your_name>.txt
  • Add changes to reflect the changes made (git add . or git add <filename>)
  • Commit your changes (git commit -m 'Added <filename>')
  • Push to your fork (git push origin main)
  • Create a Pull Request

If your PR is merged, the contents of your file should appear on https://hacktober-todo.herokuapp.com