Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flavioislima/remote-jobs-app

An App developed with React Native to find Remote Jobs on popular websites
https://github.com/flavioislima/remote-jobs-app

javascript react react-native restful-api

Last synced: about 8 hours ago
JSON representation

An App developed with React Native to find Remote Jobs on popular websites

Awesome Lists containing this project

README

        

## Remote Work - Find Remote Jobs
This App help you find jobs through listing available jobs in websites like Remote OK, We Work Remotely, JS Remotely and others.

## Android APP on Google Play:

- [Google Play](https://play.google.com/store/apps/details?id=com.remotework)

### Prerequisites

What things you need to install the software and how to install them

* node.js
* NPM Package Manager (or Yarn)
* react-native-cli
* An Android or iOS device (or Simulators) to test it

### To Contribute to this project

Clone this repository

```
git clone https://github.com/flavioislima/remote-jobs-app.git
```

Installing the dependencies from the NPM Package Manager

```
cd remote-jobs-app
```

```
npm install
```

To start the development environment and run on the simulator or device, run the following command:

```
npm run android
```

or

```
yarn run android
```

## Built with

- React-Native
- Firebase
- React-Native-Elements

## Author

- [Flávio F Lima](https://github.com/flavioislima)