Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevnels/armchair
A new FRC scouting and analysis platform built around the Glicko-2 rating system, modified in a manner similar to Statbotics's EPA.
https://github.com/trevnels/armchair
Last synced: 2 days ago
JSON representation
A new FRC scouting and analysis platform built around the Glicko-2 rating system, modified in a manner similar to Statbotics's EPA.
- Host: GitHub
- URL: https://github.com/trevnels/armchair
- Owner: trevnels
- Created: 2024-01-11T04:07:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T18:19:13.000Z (9 months ago)
- Last Synced: 2024-11-02T11:42:12.513Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://armchair-frc.vercel.app
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# armchair
An alternative frontend for browsing [Statbotics](https://www.statbotics.io/) data, optimized for both desktop and mobile use.
The current implementation is very rough, but will be cleaned up and optimized as I have time.
![image](https://github.com/trevnels/armchair/assets/25140503/eb0ac76f-2e17-4600-9bc6-28a997312788)
## To Do
- [x] UI Design
- [x] Initial frontend implementation
- [x] Game data parsing for each season's objectives
- [ ] Datagrid with pretty graphs, etc. (WIP)
- [ ] Match predictions, event insights, monte-carlo ranking prediction## Tech Stack
*Very much subject to change*- Next.js & React
- shadcn/ui (plus Lucide icons)
- TanStack Table