Rusty is a mobile application designed to gamify civic engagement by empowering users to report abandoned vehicles in their neighborhoods. By identifying and reporting these vehicles, you contribute to cleaner, safer streets while tracking your personal impact.
![]() |
![]() |
![]() |
![]() |
![]() |
| Home | Report | Filled in Report | My Reports | Report Card |
- 📸 Report Vehicles: Easily snap a photo, pinpoint the location, and add a description for any abandoned vehicle you find.
- 📊 Track Status: Monitor your reports in real-time as they move from Submitted to Accepted and finally Completed.
- 🏆 Gamification: Contribute to your community and track your impact with every verified report.
- 🗺️ Interactive Map: Explore the history of your reported vehicles on a user-friendly map.
- 🌗 Optimized UI: Enjoy a sleek interface with optimal visibility during the day.
- 🌍 Bilingual Support: Fully localized in English and Polish.
- Create an Account: Sign up using your email.
- Spot a Car: Look for abandoned vehicles in your area (e.g., flat tires, broken windows, long-term parking).
- Submit a Report:
- Tap the "Report a Car" button.
- Take a clear photo of the vehicle.
- Add a brief description.
- Confirm the location on the map.
- Track Progress: Once your report is verified by an admin, you'll see its status update in real-time!
This section is designed to help developers set up the Rusty project locally.
Ensure you have the following installed on your machine:
- Node.js (LTS version recommended)
- Git
- Expo CLI: Install globally via
npm install -g expo-cli - Android Studio (for Android Emulator) or Xcode (for iOS Simulator, macOS only)
- Expo Go app on your physical device (optional)
Follow these steps to get the app running:
-
Clone the Repository
git clone https://github.com/struggyyy/RustyApp.git cd RustyApp -
Install Dependencies
npm install
-
Configuration
The app requires specific configuration files and environment variables to function correctly. These are git-ignored for security reasons.
-
Environment Variables (
.env): Create a.envfile in the root directory and add your Google Maps API key:GOOGLE_MAPS_API_KEY=your_google_maps_api_key
-
Firebase Configuration:
- Android: Place the
google-services.jsonfile in the root directory of the project. - iOS: Place the
GoogleService-Info.plistfile in the root directory (if applicable). - Service Account: The
firebase-service-account.jsonis required for certain backend/admin operations.
- Android: Place the
⚠️ Important: If you are a collaborator, please request these configuration files (.env,google-services.json, etc.) from the project lead (@struggyyy). -
-
Run the Application
Start the development server:
npx expo start
- Press
ato open in the Android Emulator. - Press
ito open in the iOS Simulator. - Scan the QR code with Expo Go to run on a physical device.
- Press
- Language: TypeScript (v5.8)
- Framework: React Native (v0.81) via Expo (v54)
- Routing: Expo Router (v6)
- Backend: Firebase (v11) (Authentication, Firestore, Storage)
- Maps:
react-native-maps(v1.20) (Google Maps Provider) - Styling:
styled-components(v6) - Internationalization:
i18next(v25)
Copyright © 2026 @struggyyy. All Rights Reserved.




