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

https://github.com/parvez-ahammed/pc-tracker

Tracks the performances of the Programming Contest of AUST's Team
https://github.com/parvez-ahammed/pc-tracker

Last synced: 11 months ago
JSON representation

Tracks the performances of the Programming Contest of AUST's Team

Awesome Lists containing this project

README

          

![alt text](project_screenshot/image.png)

Programming Contest Tracker


Tracks the performances of AUST's Team in various Programming Contest.



wakatime

# Installation

To run the project locally, the following steps can be followed:

### Using npm

```pwsh
git clone https://github.com/piru72/pc-tracker.git
cd pc-tracker
npm install
npm run dev
```

### Using Docker

```pwsh
git clone https://github.com/piru72/pc-tracker.git

cd pc-tracker
docker compose up -d
```

# Key Features

The following key features are available in the project:

- Summary of the contests.
- Details of the contests for downloading.
- List of contestants.
- Details of the contestants.

# License

This project is licensed under the GNU Affero General Public License v3.0. See the [LICENSE](LICENSE) file for details.

# Contributing

We welcome contributions from the community! Please see our [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to contribute.

# Acknowledgements

We would like to thank the AUST programming teams for their hard work and dedication. Special thanks to Vercel for hosting the project.

# Screenshots

## Summary of the contests

![alt text](project_screenshot/image.png)

## The details of the contests for downloading

![alt text](project_screenshot/image-1.png)

## The list of contestants

![alt text](project_screenshot/image-2.png)

## The details of the contestants

![alt text](project_screenshot/image-3.png)