Skip to content

amal-babu-git/cgpa-mca-vtu-2022-24

Repository files navigation

SGPA & CGPA Calculator

The SGPA & CGPA Calculator is an experimental web application developed to calculate semester and cumulative grade point averages for MCA students of VTU belonging to the 2022-2024 batch. This application allows students to input their marks for each subject and calculate their SGPAs for all semesters, as well as their overall CGPA. It acts as an online calculator for this specific purpose.

As this is an early experimental version, there may be bugs and inaccuracies in the calculations. We welcome user feedback to help improve the tool.

Features

  • Calculate SGPA for all semesters.
  • Calculate CGPA for the entire course duration.
  • User-friendly interface built with React.js and styled using Tailwind CSS with DaisyUI components.

Getting Started

Prerequisites

Make sure you have the following installed on your local machine:

Installation

  1. Clone the repository:

    git clone https://github.com/amal-babu-git/cgpa-mca-vtu-2022-24.git
    cd cgpa-mca-vtu-2022-24
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm run dev

    The application will be available at http://localhost:3000.

Contributing

We welcome contributions! To contribute, follow these steps:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature-name
  3. Make your changes and commit them:

    git commit -m 'Add feature-name'
  4. Push to the branch:

    git push origin feature-name
  5. Open a pull request describing the changes you have made.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feedback

If you have any suggestions or encounter any issues, feel free to open an issue or submit a pull request. We appreciate your feedback and contributions!


Note: This project is an early experimental version, and there may be bugs or inaccuracies in the calculations.