study-groups-mobile Mobile application that allows students to easily find and form study groups for their classes. Contributing: 1. Clone the repository to your computer git clone https://github.com/shravanhariharan2/study-groups-mobile.git 2. cd into project folder cd study-groups-mobile 3. Create a new branch to work on your feature git branch [branch name] 4. Add/edit any files using text editor 5. Stage and commit your changes to local repository git add -A git commit -m "message" 6. Pull any new contents from remote repository's master branch git pull origin master git push origin [branch name] 7. Merge your branch with master branch via a Pull Request (on GitHub)