GaoDim is a React Native application built using the Expo framework. It is designed to help users combat parking tickets by generating appeals with the help of GPT-3.5 model.
- Splash screen on startup
- User authentication with login screen
- Home screen with status of tickets and money saved
- Camera functionality for capturing images of parking tickets
- History screen to view past tickets and appeals
Before you begin, ensure you have met the following requirements:
- Node.js (LTS version)
- Expo Go mobile app for iOS or Android for testing
Clone the repository:
git clone git@github.com:nordic-roast/gaodim-react-native.git
cd gaodim-react-nativeInstall the dependencies
# Installing the rest of dependencies
npm install
# Install the Expo runtime for Web
npx expo install @expo/metro-runtimeTo start the Expo development server:
npx expo startBuilding To create a production build of the app, run:
expo build:androidor
expo build:ios