Updated README with new pictures
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<br>
|
||||
|
||||
<img src="https://img.shields.io/badge/Python-3.14-blue?style=for-the-badge&logo=python" height="25">
|
||||
<img src="https://img.shields.io/badge/Flask-3.1.2-lightgrey?style=for-the-badge&logo=flask" height="25">
|
||||
<img src="https://img.shields.io/badge/Tailwind_CSS-4.1.17-38B2AC?style=for-the-badge&logo=tailwind-css" height="25">
|
||||
<img src="https://img.shields.io/badge/Flask-3.1.3-lightgrey?style=for-the-badge&logo=flask" height="25">
|
||||
<img src="https://img.shields.io/badge/Tailwind_CSS-4.1.18-38B2AC?style=for-the-badge&logo=tailwind-css" height="25">
|
||||
|
||||
</div>
|
||||
|
||||
@@ -20,15 +20,17 @@
|
||||
|
||||
The central hub for managing tournaments.
|
||||
|
||||
<img src="./docs/dashboard-admin.png" width="100%" alt="Dashboard Admin">
|
||||
<img src="./docs/bracket-light.png" width="100%" alt="Brackets">
|
||||
|
||||
### Appearance Modes
|
||||
---
|
||||
|
||||
Seamless support for both light and dark environments.
|
||||
### Mobile Friendly
|
||||
|
||||
Seamless support for both PC and mobile users.
|
||||
|
||||
<div align="center">
|
||||
<img src="./docs/dashboard-dark.png" width="48%" alt="Dark Mode">
|
||||
<img src="./docs/dashboard-light.png" width="48%" alt="Light Mode">
|
||||
<img src="./docs/dashboard.png" width="70%" alt="Dashboard">
|
||||
<img src="./docs/mobile-dashboard.png" width="16%" alt="Mobile Friendly">
|
||||
</div>
|
||||
|
||||
---
|
||||
@@ -38,12 +40,13 @@ Seamless support for both light and dark environments.
|
||||
### Setup & Creation
|
||||
|
||||
<div align="center">
|
||||
<img src="./docs/settings.png" height="400px" alt="Settings">
|
||||
<img src="./docs/tournament-new.png" width="48%" alt="New Tournament">
|
||||
<img src="./docs/tournament-edit.png" width="48%" alt="Edit Tournament">
|
||||
</div>
|
||||
|
||||
### Bracket Visualization
|
||||
|
||||
Dynamic bracket generation handling various tournament sizes.
|
||||
Dynamic bracket generation handling various tournament sizes and with seamless support for both light and dark environments.
|
||||
|
||||
<div align="center">
|
||||
<img src="./docs/bracket-dark.png" width="48%" alt="Bracket Dark">
|
||||
@@ -55,8 +58,8 @@ Dynamic bracket generation handling various tournament sizes.
|
||||
**Single Elimination & Live Scoring**
|
||||
|
||||
<div align="center">
|
||||
<img src="./docs/bracket-single.png" width="48%" alt="Single Elim">
|
||||
<img src="./docs/bracket-scoring.png" width="48%" alt="Scoring">
|
||||
<img src="./docs/single-elimination.png" width="48%" alt="Single Elimination">
|
||||
<img src="./docs/scoring.png" width="48%" alt="Scoring">
|
||||
</div>
|
||||
|
||||
---
|
||||
@@ -64,8 +67,17 @@ Dynamic bracket generation handling various tournament sizes.
|
||||
## Scheduling & Results
|
||||
|
||||
Automated scheduling views with real-time score updates.
|
||||
<div align="center">
|
||||
<img src="./docs/schedule.png" width="70%" alt="Schedule">
|
||||
<img src="./docs/mobile-schedule.png" width="16%" alt="Schedule - Mobile Friendly">
|
||||
</div>
|
||||
|
||||
<img src="./docs/schedule.png" width="100%" alt="Schedule">
|
||||
---
|
||||
|
||||
## Court Overview
|
||||
|
||||
Keep up with all courts all at once in one place.
|
||||
<img src="./docs/courts.png" width="100%" alt="Schedule">
|
||||
|
||||
---
|
||||
|
||||
@@ -102,6 +114,11 @@ Secure scoring interfaces for Referees and Administrators.
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Admin login
|
||||
|
||||
Secure settings behind a admin login.
|
||||
<img src="./docs/admin.png" width="100%" alt="Dashboard Admin">
|
||||
|
||||
## Deploy
|
||||
|
||||
Clone the repo and run the docker-compose or create your own. Create a .env file with your custom values there is an example.env available.
|
||||
|
||||
Reference in New Issue
Block a user