Skip to content

rebels2638/ScoutingApp2026

Repository files navigation

Agath

A scouting app designed for the FRC 2026 game, Rebuilt.

Introduction

Agath is a mobile FRC scouting application built with React Native and Expo. It allows scouts to record robot data during autonomous, teleop, and endgame phases, then sync that data to a backend server or transfer it offline via QR codes. The app is built for FRC Team 2638 but is open-source and any team may fork and adjust the code accordingly.

Screenshots

Coming soon.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/rebels2638/ScoutingApp2026.git
    cd ScoutingApp2026
  2. Install dependencies:

    npm install
  3. (Optional) Configure the Appwrite backend:

    cp .env.example .env

    Then fill in .env with your Appwrite project credentials. Note that you will also need to set up the Appwrite database and scripts. The app runs fully offline without this step and is how it was intended to be used by other teams.

Running the App

Start the Expo development server:

npx expo start

Then press the corresponding key to launch on a specific platform.

Or run directly:

npm run android
npm run ios
npm run web

Team

Ethan Kang Lead Developer

Have a suggestion or a bug report? Head over to the Issues tab to let me know!



License

This project is licensed under the GNU General Public License v3.0.

About

Rebel Robotics' Scouting App for FRC 2026: Rebuilt.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages