/ftc-scouting

Scouting App for the 2023/2024 FIRST Tech Challenge World Championship.

Primary LanguageJavaScriptMIT LicenseMIT

FTC Scouting

Scouting App for the 2023/2024 FIRST Tech Challenge World Championship.

Features

  • Form UI Responsive form for data input
  • Data Storage: All stats and relevant data is store on Google Sheets

Tech Stack

  1. Next.js: React framework
  2. Tailwind CSS: CSS framework
  3. Google Sheets: Database

Setup

  1. Clone the repository:

    git clone https://github.com/lemonade64/ftc-scouting.git
  2. Install dependencies:

    npm install
  3. Add the environment variables

  4. Start the development server:

    npm run dev
  5. Access the form at http://localhost:3000

  6. View the data using the scouting spreadsheet

Usage

  1. Data Input: Start by entering relevant data for each metric
  2. Form Submission: Ensure all the entered data is accurate and complete, then submit the form
  3. Data Analysis: Using Google Sheets, you can visualise and evaluate the stats accordingly

Contributors

License

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!