An open API service indexing awesome lists of open source software.

https://github.com/srvariable/academictracker


https://github.com/srvariable/academictracker

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Academic Tracker

## Description

Academic Tracker is a simple program that allows you to manage multiple user grades.

## Features

- Add grades
- Remove grades
- Edit grades
- Show grades
- Show average

## Requirements

- Git
- Make
- CPP Compiler (g++)

## Usage

Clone the repository
``` Shell
git clone https://github.com/SrRecursive/AcademicTracker.git
```

Go inside the folder
``` Shell
cd AcademicTracker
```

Get the program
``` cd
make
```

Run the program
``` Shell
./AcademicTracker
```