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
Clone the repository: git clone Github
Install the dependencies: npm install
Start the development server: npm start
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.
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.
Initial release of the GPA Calculator
Allows users to input their grades and credit for each subject
Calculates overall GPA
Built using React.js
Added slider for credit input
aligned the calculate and reset buttons
Improved user interface with better layout and design
highlighted the result
Added improved functionality to calculate/reset button
Improved user interface
added "0" to range slider for credits
set default value to null for grades