All Projects → abhisheknaiidu → iiitdmj-gpa

abhisheknaiidu / iiitdmj-gpa

Licence: MIT license
GPA Calculator + Quiz Bot for IIITDM Jabalpur

Programming Languages

Vue
7211 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to iiitdmj-gpa

kdtree-in-python
Source Code for K-d tree in Python series
Stars: ✭ 61 (+281.25%)
Mutual labels:  hacktoberfest2020
balls
the testing framework with balls 🔴🟡🟢
Stars: ✭ 55 (+243.75%)
Mutual labels:  tests
gitmoji-plugin
Choose the right emoji emoticon for git commit, make git log commit more interesting.
Stars: ✭ 110 (+587.5%)
Mutual labels:  emoji
WeChat
Wechat: 一款使用javafx实现的网络聊天室。
Stars: ✭ 29 (+81.25%)
Mutual labels:  emoji
Hackerrank-Codes
Here are some of the solutions to HackerRank questions.
Stars: ✭ 63 (+293.75%)
Mutual labels:  hacktoberfest2020
morphoji
PHP emoji converter
Stars: ✭ 13 (-18.75%)
Mutual labels:  emoji
Dimensionality-reduction-and-classification-on-Hyperspectral-Images-Using-Python
In this repository, You can find the files which implement dimensionality reduction on the hyperspectral image(Indian Pines) with classification.
Stars: ✭ 63 (+293.75%)
Mutual labels:  hacktoberfest2020
web-components-good-practices
😎☑️ Good Practices for build Web Components.
Stars: ✭ 80 (+400%)
Mutual labels:  tests
hacktoberfest2020
This is a hacktoberfest repo with learning propose to make pull request(PR) and get contribute on opensource project
Stars: ✭ 13 (-18.75%)
Mutual labels:  hacktoberfest2020
Emojis-For-Godot
Addon that allows to use Emojis in your Godot project
Stars: ✭ 26 (+62.5%)
Mutual labels:  emoji
quic-tracker
A test suite for QUIC
Stars: ✭ 59 (+268.75%)
Mutual labels:  tests
wp-boilerplate-plugin-with-vuejs
This is an example plugin for Wp plugin developer.
Stars: ✭ 26 (+62.5%)
Mutual labels:  hacktoberfest2020
hacktoberfest-beginner
Make your first contribution for Hacktoberfest in the simplest way
Stars: ✭ 16 (+0%)
Mutual labels:  hacktoberfest2020
algorithm-zoo
Implementations of algorithms from http://quantumalgorithmzoo.org/
Stars: ✭ 17 (+6.25%)
Mutual labels:  hacktoberfest2020
node-mongoose-setup
Nodejs MongoDB REST API Sarter
Stars: ✭ 48 (+200%)
Mutual labels:  hacktoberfest2020
CSUS-CPE-CSC-EEE-Materials
Homework, labs, tests for a variety of classes. Feel free to share. California State University, Sacramento
Stars: ✭ 38 (+137.5%)
Mutual labels:  tests
django-undeletable
undeletable Django models
Stars: ✭ 13 (-18.75%)
Mutual labels:  db
ocp-flyway-db-migration
Database Migration Sample with Flyway, Docker and Kubernetes in Openshift Container Platform
Stars: ✭ 17 (+6.25%)
Mutual labels:  db
retesteth
testeth via RPC. Test run, generation by t8ntool protocol
Stars: ✭ 56 (+250%)
Mutual labels:  tests
Resources
No description or website provided.
Stars: ✭ 25 (+56.25%)
Mutual labels:  hacktoberfest2020

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


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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].