This is an Expo project created with create-expo-app
as a starting point for the frontend engineering take-home challenge.
├── app/ # Main application (file-based routing)
├── assets/ # Static assets
├── src/ # Source code
│ ├── common/ # Shared components and utilities
│ │ ├── components/ # Reusable UI components
│ │ ├── lib/ # Utility functions and helpers
│ │ └── theme/ # Design system theme
│ │ ├── tokens/ # Design tokens (colors, spacing)
│ └── estimate/ # Feature-specific code
-
Install dependencies
npm install
-
Start the app
npx expo start
- Figma Design (Password:
H@ndoff#
) - Expo Documentation
- React Native Documentation