Skip to content

aadithya2112/gpa-calculator

Repository files navigation

SRM University GPA Calculator

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

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/aadithya2112/gpa-calculator.git
  2. Install dependecies
    cd gpa-calculator
    npm install
  3. Start the development server:
    npm start

Contribution

Feel free to open issues or create pull requests if you find any bugs or want to add features.

License

This project is licensed under the MIT License.