This is a simple web application to calculate the GPA for students based on their course credits and grades. It allows users to input multiple courses, calculate the GPA, and view the progress of their GPA. It's built using React and styled using CSS. Live Demo
- Course Input: Add multiple courses with corresponding credits and grades.
- GPA Calculation: Calculates GPA based on user inputs.
- Progress Bar: Displays the GPA with a progress bar.
- Clone the repository:
git clone https://github.com/aadithya2112/gpa-calculator.git
- Install dependecies
cd gpa-calculator npm install
- Start the development server:
npm start
Feel free to open issues or create pull requests if you find any bugs or want to add features.
This project is licensed under the MIT License.