Consist is a React Native mobile application built with Expo explicitly focusing on consistency and tracking. It leverages Firebase for authentication and other backend services.
mobile/- The main Expo project containing the React Native frontend application.
- Node.js
- npm or yarn
- Expo CLI (
npm install -g expo-cli)
-
Navigate to the
mobiledirectory:cd mobile -
Install dependencies:
npm install
-
Start the development server:
npx expo start
- Frontend: React Native, Expo
- Styling: Nativewind (Tailwind CSS for React Native)
- Backend/Auth: Firebase
- Centralized color configuration via
tailwind.config.js. - Firebase Authentication setup.
- Local Android APK build configuration.