abhie7 / rust-cgpa-calculator-app

A simple CGPA calculator built using Rust with Tauri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CGPA Calculator

A CGPA Calculator application using Rust for the backend logic and Tauri for the frontend.

Overview

This project is aimed at creating a simple yet functional CGPA calculator. It allows users to input their grade points and credits for various subjects and calculates the CGPA based on the provided data.

Table of Contents

  1. Features
  2. Installation
  3. Usage
  4. Contributing
  5. License

Features

  • Add multiple subjects with grade points and credits.
  • Dynamically calculate CGPA using provided subject data.
  • Built with Tauri for a cross-platform desktop application.
  • Utilizes Rust for backend logic and computation.

Installation

You can install the latest version of the application from the Releases section.

Usage

  1. Open the application.
  2. Interact with the application through the Tauri frontend.
  3. Enter grade points and credits for various subjects.
  4. Click on "Calculate" to get the calculated CGPA.

Contributing

Prerequisites

Before running the code, ensure you have the following installed:

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create your feature branch: git checkout -b feature-name.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature-name.
  5. Open a pull request.

License

This project is licensed under the MIT License.

About

A simple CGPA calculator built using Rust with Tauri

License:MIT License


Languages

Language:Rust 100.0%