https://github.com/abhisheknaiidu/iiitdmj-gpa
GPA Calculator + Quiz Bot for IIITDM Jabalpur
https://github.com/abhisheknaiidu/iiitdmj-gpa
data-structures db emoji gpa gpa-calculator hacktoberfest hacktoberfest2020 iiitdmj pwa tests vue vuejs
Last synced: 7 months ago
JSON representation
GPA Calculator + Quiz Bot for IIITDM Jabalpur
- Host: GitHub
- URL: https://github.com/abhisheknaiidu/iiitdmj-gpa
- Owner: abhisheknaiidu
- License: mit
- Created: 2020-05-25T11:28:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T07:33:29.000Z (over 2 years ago)
- Last Synced: 2025-03-25T19:21:18.648Z (8 months ago)
- Topics: data-structures, db, emoji, gpa, gpa-calculator, hacktoberfest, hacktoberfest2020, iiitdmj, pwa, tests, vue, vuejs
- Language: Vue
- Homepage: https://iiitdmj-gpa.now.sh/
- Size: 3.52 MB
- Stars: 21
- Watchers: 3
- Forks: 6
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
### [IIITDMJ GPA CALCULATOR](https://iiitdmj-gpa.now.sh/)
## ✨ Features
- Calculate SPI and CPI
- Quiz Bot for Fun! 😉
## :rocket: Quick start
Start developing locally.
### Step 1: Clone the repo
Fork the repository. then clone the repo locally by doing -
```sh
git clone https://github.com/abhisheknaiidu/iiitdmj-gpa.git
```
### Step 2: cd into the directory
```sh
cd iiitdmj-gpa
```
# installs dependencies
```sh
npm install
```
Builds and serves assets with hot-reload
# And you are good to go
```sh
npm run dev
```
You should now have the application running and accessible at http://localhost:8080.
## :v: 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:
```bash
npm run test
```
### Pushing the changes
```bash
git add .
git commit -m "feat: added new stuff"
git push YOUR_REPO_URL develop
```
Made with :heart: by Abhishek Naidu