https://github.com/gilbertmunuotz/remoteok
remoteok is a mobile app that helps job seekers discover remote job opportunities from public APIs. With a clean UI and seamless navigation, users can browse categorized job listings, view detailed job descriptions, and apply directly via external links. By the way it's built with React Native & Expo.
https://github.com/gilbertmunuotz/remoteok
eas expo mobile-app nativewind reactnative redux-toolkit
Last synced: about 1 month ago
JSON representation
remoteok is a mobile app that helps job seekers discover remote job opportunities from public APIs. With a clean UI and seamless navigation, users can browse categorized job listings, view detailed job descriptions, and apply directly via external links. By the way it's built with React Native & Expo.
- Host: GitHub
- URL: https://github.com/gilbertmunuotz/remoteok
- Owner: gilbertmunuotz
- License: mit
- Created: 2025-02-28T20:21:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-07T17:06:44.000Z (11 months ago)
- Last Synced: 2025-10-27T18:42:49.545Z (5 months ago)
- Topics: eas, expo, mobile-app, nativewind, reactnative, redux-toolkit
- Language: TypeScript
- Homepage:
- Size: 1.42 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to remoteok 👋
This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
## Getting started
## Step 1: Install dependencies
```bash
npm install
```
## Step 2: Start Metro
You will need to start **Metro**, the JavaScript _bundler_ that ships _with_ React Native.
```bash
npx expo start
```
In the output, you'll find options to open the app in a
- [development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go)
## For Android Devices
Start app by running
```bash
npm run android
```
or using Yarn
```bash
yarn android
```
## For IOS Devices
Start app by running
```bash
npm run ios
```
or using Yarn
```bash
yarn ios
```
# App ScreenShots
# Troubleshooting
If you can't get this to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page. If you're having issues getting the above steps to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.