Skip to content

Schmandru/Scouting2022

 
 

Repository files navigation

maintained version react updated commits stars

2022 Scouting App | FIRST Robotics Team 138

This is our Scouting website for the 2022 game Rapid React.

Frontend

Made with React.js and Reactstrap for the form component

Backend

We use Firebase for our database

How to run

First, create a config.js in the /src/ directory. Use this layout:

const config = {
firebase_key: "",
firebase_auth_domain: "",
firebase_project_id: "",
firebase_bucket: "",
firebase_messagingSenderId: "",
firebase_appId: "",
firebase_measurementId: "",
}

export default config;

You'll need a firebase project set up to fill out the values accordingly. Then, run npm i. After that you should be all set to run npm run start to run the website locally. If theres issues talk to a mentor and they can put you in touch with me.

About

A scouting app for FRC Team 138.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.1%
  • HTML 6.5%
  • CSS 2.4%