Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flavioislima/remote-jobs-app
- Owner: flavioislima
- Created: 2018-09-24T00:49:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T09:54:41.000Z (over 1 year ago)
- Last Synced: 2023-03-07T18:11:56.142Z (over 1 year ago)
- Topics: javascript, react, react-native, restful-api
- Language: TypeScript
- Size: 3.6 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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)