A live dashboard displaying real-time gaming and esports statistics using the RAWG API and optional Twitch API integration.
Deployment Link - https://minigamedashboard.onrender.com
Build an interactive dashboard that fetches and visualizes video game statistics such as ratings, genres, platforms, and trending game insights.
- Fetch trending games using RAWG Video Game Database API.
- Display:
- Game titles
- Ratings
- Release dates
- Platforms
- Genres
- Clean and interactive UI built with React.
- Data visualizations using Chart.js.
- Integrate Twitch API to show:
- Live streams
- Viewer counts
- Top streamers per game
| Layer | Technologies |
|---|---|
| Frontend | React.js, Chart.js, TailwindCSS (optional) |
| Backend | Node.js, Express.js |
| APIs | RAWG API, Twitch API (optional) |
| Tools | GitHub |
Docs: https://rawg.io/apidocs
Used for:
- Trending games
- Game details
- Ratings
- Genres
- Platforms
Docs: https://dev.twitch.tv/docs/api
git clone https://github.com/abhishekratnakar31/miniGameDashboard.git
npm inatall
cd miniGameDashboard
npm install
npm run dev