Skip to content

vivmk/vtu-gpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VTU-GPA

SGPA Calculator


A simple and easy way to calculate Grade Point Average for Visvesvaraya Technological University.

Buy Me A Coffee


Contribute

See how to make changes and host them to website.

Run project locally:

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.

Push to GitHub:

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

License

Copyright © 2020 Vivek Mishra (@iamvvekm)

The project is released under the MIT License. Check the original project license for additional licensing information.