A Simple Web App for IIITDMJ Students, Which helps them to calculate SPI and CPI. Additionally, a Quiz Bot also installed for Some Fun! 😉
- Calculate SPI and CPI
- Quiz Bot for Fun! 😉
Start developing locally.
Fork the repository. then clone the repo locally by doing -
git clone https://github.com/abhisheknaiidu/iiitdmj-gpa.git
cd iiitdmj-gpa
npm install
Builds and serves assets with hot-reload
npm run dev
You should now have the application running and accessible at http://localhost:8080.
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
You can run the tests by executing:
npm run test
git add .
git commit -m "feat: added new stuff"
git push YOUR_REPO_URL develop
Made with ❤️ by Abhishek Naidu