A simple and easy way to calculate Grade Point Average for Visvesvaraya Technological University.
See how to make changes and host them to website.
Clone the repository you forked to your computer:
$ git clone https://github.com/iamvkm/vtu-gpa.git
Traverse into the cloned repository:
$ cd vtu-gpa
Make changes to the files you want and test in Chrome (recommended)
browser.
Add the files in the local repository and stages them for commit:
git add .
Commit the tracked changes and prepares them to be pushed to a remote repository:
git commit -m "First commit"
Push everything to your forked repository:
git push origin master
Copyright © 2020 Vivek Mishra (@iamvvekm)
The project is released under the MIT License. Check the original project license for additional licensing information.