Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ubakaliya/tracker
A program that allows users to add the name of the company, enter the data that was applied, and search the database if they have already applied at another company.
https://github.com/ubakaliya/tracker
Last synced: about 8 hours ago
JSON representation
A program that allows users to add the name of the company, enter the data that was applied, and search the database if they have already applied at another company.
- Host: GitHub
- URL: https://github.com/ubakaliya/tracker
- Owner: UBakaliya
- Created: 2022-12-15T19:57:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T06:06:45.000Z (almost 2 years ago)
- Last Synced: 2023-08-02T17:16:13.360Z (over 1 year ago)
- Language: C++
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tracker
## Program Description
* This program allows a user to add a company to a database and search for information about a specific company.## Adding a Company
* The user inputs the name of a company they have applied to.
* The program checks the database to see if the company already exists.
* If the company does not exist in the database, the program adds the company to the database.
* If the company does exist in the database, the program displays a message indicating that the company has already been added.## Searching for a Company
* The user can search for a specific company in the database.
* When the user searches for a company, the program displays information about the company, including:
* The name of the company
* A list of users who have applied to the companyLaunch your Terminal and clone the repository. Clone it by using following command:
```
git clone https://github.com/ubaka2/Tracker.git
```
After downloading the application, identify the place where it was downloaded to get started.
Call ```make run``` on your console to start the program. Enjoy 😉.