Scouting App for the 2023/2024 FIRST Tech Challenge World Championship.
- Form UI Responsive form for data input
- Data Storage: All stats and relevant data is store on Google Sheets
- Next.js: React framework
- Tailwind CSS: CSS framework
- Google Sheets: Database
-
Clone the repository:
git clone https://github.com/lemonade64/ftc-scouting.git
-
Install dependencies:
npm install
-
Add the environment variables
-
Start the development server:
npm run dev
-
Access the form at http://localhost:3000
-
View the data using the scouting spreadsheet
- Data Input: Start by entering relevant data for each metric
- Form Submission: Ensure all the entered data is accurate and complete, then submit the form
- Data Analysis: Using Google Sheets, you can visualise and evaluate the stats accordingly
This project is licensed under the MIT License. Feel free to use, modify and distribute as needed.
For additional information, check the wiki.
Happy Scouting!