Skip to content

pydeep9026/GPA-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPA Calculator

This is a simple GPA Calculator built using React.js. It allows users to input their grades and credit hours for each class, and then calculates their overall GPA.
this gpa calculator can be used for follwing grading system
O>10
A+>9
A>8
B+>7
B>6
C>5
F>0
ab>0
I>0
design is inspired by github
link to the site: GPA calculator

Installation

Clone the repository: git clone Github
Install the dependencies: npm install
Start the development server: npm start

Usage

Enter the number of credits you for that subject in the "Number of Credits" field.
For each class, enter the name, credits, and letter grade in the corresponding fields.
Click the "Calculate" button to see your overall GPA.

Contributing

If you would like to contribute to this project, please fork the repository and make your changes in a separate branch.
Once you are ready, submit a pull request and I will review your changes.

Changelog

v1 (Initial Release)

Initial release of the GPA Calculator
Allows users to input their grades and credit for each subject
Calculates overall GPA
Built using React.js

v2

Added slider for credit input
aligned the calculate and reset buttons
Improved user interface with better layout and design
highlighted the result

v3

Added improved functionality to calculate/reset button
Improved user interface

v4

added "0" to range slider for credits
set default value to null for grades

image