abhisheknaiidu / iiitdmj-gpa

GPA Calculator + Quiz Bot for IIITDM Jabalpur

Home Page:https://iiitdmj-gpa.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GPA Calculator + Quiz Bot for IIITDM Jabalpur

https://iiitdmj-gpa.now.sh/

License:MIT License


Languages

Language:Vue 46.4%Language:SCSS 35.1%Language:JavaScript 9.3%Language:HTML 9.2%