Harsh-garg-coder / todo-app

A React web-app to maintain and track our day-to-day tasks or any thing important lined up for a day!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo React App

Todo App is a generally used to maintain our day-to-day tasks or everything important that we lined up for that day, Tasks of higher priority are are at the top of the list, and least important are at the bottom.

made-by-acm license


Submitting a Pull Request

  • Fork the repository by clicking the fork button on top right corner of the page
  • Clone the target repository. To clone, click on the clone button and copy the https address. Then run
git clone [https://github.com/ACM-VIT/todo-app.git]
  • Go to the cloned directory by running
cd [Todo React App]
  • Create a new branch. Use
 git checkout -b [YOUR-BRANCH-NAME]
  • Make your changes to the code. Add changes to your branch by using
git add .
  • Commit the chanes by executing
git commit -m "your msg"
  • Push to remote. To do this, run
git push origin [YOUR-BRANCH-NAME]
  • Create a pull request. Go to the target repository and click on the "Compare & pull request" button. Make sure your PR description mentions which issues you're solving.
  • Wait for your request to be accepted.

Guidelines for Pull Request

  • Avoid pull requests that :
    • are automated or scripted
    • that are plagarized from someone else's branch
  • Do not spam
  • Project maintainer's decision on validity of PR is final.

For additional guidelines, refer to participation rules

Overview

Todo List App built in react with Material UI Components, state is managed using the context api.


Usage

Lets get started!

git remote add
git fetch
git merge

Authors

Authors: Nakshatra, Harshal

About

A React web-app to maintain and track our day-to-day tasks or any thing important lined up for a day!

License:MIT License


Languages

Language:JavaScript 82.2%Language:HTML 11.9%Language:CSS 5.9%