https://github.com/srvariable/academictracker
https://github.com/srvariable/academictracker
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/srvariable/academictracker
- Owner: SrVariable
- Created: 2023-09-15T13:59:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T12:50:11.000Z (over 2 years ago)
- Last Synced: 2023-12-05T13:34:50.864Z (over 2 years ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```