GitXplorerGitXplorer
a

iiitdmj-gpa

public
21 stars
6 forks
20 issues

Commits

List of commits on branch master.
Verified
a387c49f410fc6b16df97fdc1b20430ba363ab66

Merge pull request #13 from abhisheknaiidu/dependabot/npm_and_yarn/node-sass-7.0.0

aabhisheknaiidu committed 3 years ago
Verified
d5a292ef6d6c4a6e626d75083f7623004864d5df

:arrow_up: Bump node-sass from 4.14.1 to 7.0.0

ddependabot[bot] committed 3 years ago
Verified
6179eb4582967315a89b6cc41e44c7add452c0bf

Merge pull request #12 from abhisheknaiidu/meta

aabhisheknaiidu committed 4 years ago
Unverified
551d06bf036b36d0978522eb8e3d74da4342761d

Prettified Code!

aabhisheknaiidu committed 4 years ago
Unverified
6aa94b12ec6172065b1693cfb74c6bc633208798

📦 feat: meta tags

aabhisheknaiidu committed 4 years ago
Verified
86b7fb157103c09eecd59be0644b5f6bf9032f94

Merge pull request #11 from abhisheknaiidu/pwa

aabhisheknaiidu committed 4 years ago

README

The README file for this repository.

IIITDMJ-GPA

A Simple Web App for IIITDMJ Students, Which helps them to calculate SPI and CPI. Additionally, a Quiz Bot also installed for Some Fun! 😉

Check Out


✨ Features

  • Calculate SPI and CPI
  • Quiz Bot for Fun! 😉

🚀 Quick start

Start developing locally.

Step 1: Clone the repo

Fork the repository. then clone the repo locally by doing -

git clone https://github.com/abhisheknaiidu/iiitdmj-gpa.git

Step 2: cd into the directory

cd iiitdmj-gpa

installs dependencies

npm install

Builds and serves assets with hot-reload

And you are good to go

npm run dev

You should now have the application running and accessible at http://localhost:8080.

✌️ Contributing

After cloning & setting up the local project you can push the changes to your github fork and make a pull request.

You can also run the tests locally to see if everything works fine with

Running tests

You can run the tests by executing:

npm run test

Pushing the changes

git add .
git commit -m "feat: added new stuff"
git push YOUR_REPO_URL develop

Made with ❤️ by Abhishek Naidu