An open API service indexing awesome lists of open source software.

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.

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


iOS Screenshot
Android Screenshot

# 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.