A website to view statistics about FRC teams
Live demo available on Github Pages
- Search teams by team number or by name
- Details page that has pictures
- HTML
- JS
- CSS
- Vite
- TheBlueAlliance API v3
idk what im doing since i come from normal html, js, css. vite is kinda confusing
- Clone gh repo
git clone https://github.com/word9317/FRCOverviewWebsite.git
cd FRCOverviewWebsite
- Node stuff
npm install
- sell your soul to TheBlueAlliance(get an api key)
- Go to the blue alliance
- Create an account and get your api key
- Create a .env key in the root directory of this repo, replace yourApiKey with the api key you stole(acquired) from thebluealliance
VITE_XTBAAUTHKEY=your_actual_tba_api_key_here
- Run this epic project
npm run dev