Adding screenshots

This commit is contained in:
Eduardo Figueroa 2025-09-08 09:21:15 -07:00
parent 190b4525ce
commit 172e964e5c
3 changed files with 24 additions and 19 deletions

View file

@ -14,22 +14,23 @@
</div> </div>
## 🚀 What is GameTime? ## What is GameTime?
GameTime is your all-in-one fantasy football dashboard that connects to your Sleeper account to give you an overview of every league, every player, over a calendar view. GameTime is your all-in-one fantasy football dashboard that connects to your Sleeper account to give you an overview of every league, every player, over a calendar view.
### Features ### Features
- 📊 **Multi-League Dashboard** - View all your Sleeper leagues at once - **Multi-League Dashboard** - View all your Sleeper leagues at once
- 🔴 **Live Score Updates** - Real-time per-league score for your matchup and your players - **Live Score Updates** - Real-time per-league score for your matchup and your players
- 📅 **NFL Schedule Integration** - See when your players are playing - **NFL Schedule Integration** - See when your players are playing
- 🌙 **Dark/Light Theme** - Switch themes for day or night viewing - **Dark/Light Theme** - Switch themes for day or night viewing
- 📱 **Mobile Responsive** - Looks great on all devices - **Mobile Responsive** - Looks great on all devices
- 🐳 **Container Ready** - Easy deployment with containers for self-hosting - **Container Ready** - Easy deployment with containers for self-hosting
## 🏃‍♂️ Quick Start ## Quick Start
### Option 1: Local Development ### Option 1: Local Development
```bash ```bash
# Install dependencies # Install dependencies
pip install -r requirements.txt pip install -r requirements.txt
@ -41,6 +42,7 @@ python app.py
``` ```
### Option 2: Docker ### Option 2: Docker
```bash ```bash
# Build and run # Build and run
docker-compose up docker-compose up
@ -49,14 +51,22 @@ docker-compose up
docker-compose up -d docker-compose up -d
``` ```
## 🎮 How to Use ## How to Use
1. **Enter your Sleeper username** on the homepage 1. **Enter your Sleeper username** on the homepage
2. **View your dashboard** - see all leagues and current week matchups 2. **View your dashboard** - see all leagues and current week matchups
3. **Navigate weeks** - check past weeks or look ahead 3. **Navigate weeks** - check past weeks or look ahead
4. **Theme switching** - toggle between light and dark modes 4. **Theme switching** - toggle between light and dark modes
## 🤝 Contributing ## Screenshots
# <div align="center"><img src="images/1.png" alt="First Screenshot" width="200"/></div>
<div align="center">
# <div align="center"><img src="images/2.png" alt="First Screenshot" width="200"/></div>
<div align="center">
## Contributing
Got ideas for GameTime? We'd love to hear them! Got ideas for GameTime? We'd love to hear them!
@ -65,16 +75,11 @@ Got ideas for GameTime? We'd love to hear them!
3. Make your changes 3. Make your changes
4. Submit a pull request 4. Submit a pull request
## 📜 License ## License
This project is open source and available under the MIT License. This project is open source and available under the MIT License.
--- ---
<div align="center"> </div>
**Ready for GameTime?** 🏈
*Built with ❤️ for fantasy football fanatics*
</div>

BIN
images/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
images/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB