Welcome to Jobless, an app designed to connect you with like-minded individuals for various activities and side quests.
-
Install Dependencies
npm install
-
Start the App
npx expo start
In the output, you'll find options to open the app in a:
- Development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
- app/: Contains the main application code.
- _layout.tsx: Root layout for the app.
- (tabs)/_layout.tsx: Layout for the tab navigator.
- (tabs)/index.tsx: Home screen.
- (tabs)/explore.tsx: Explore screen.
- (tabs)/maps.tsx: Maps screen.
- +not-found.tsx: Not found screen.
- components/: Reusable UI components.
- hooks/: Custom hooks for the app.
- assets/: Static assets like images and fonts.
- constants/: Constant values used throughout the app.
- models/: TypeScript interfaces for data models.
- scripts/: Utility scripts for project maintenance.
- Home Screen: Welcome message and introduction to the app.
- Explore Screen: List of activities you have subscribed to and people who have subscribed to you.
- Maps Screen: Display of activities and subscriptions.
- Themed Components: Custom themed text and view components.
- Parallax Scroll View: Smooth scrolling with parallax effect.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
Join our community of developers creating universal apps.
- Expo on GitHub: View our open source platform and contribute.
- Discord community: Chat with Expo users and ask questions.