https://github.com/atirson/github_jobs_app
[React Native - Typescript] - GitHub Jobs App is a simple way to find a new Job into repositories at GitHub. Where you can find jobs to work as Front-end or Back-end Developer.
https://github.com/atirson/github_jobs_app
android react-native typescript
Last synced: 5 months ago
JSON representation
[React Native - Typescript] - GitHub Jobs App is a simple way to find a new Job into repositories at GitHub. Where you can find jobs to work as Front-end or Back-end Developer.
- Host: GitHub
- URL: https://github.com/atirson/github_jobs_app
- Owner: atirson
- Created: 2022-01-20T09:34:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-13T12:25:59.000Z (about 1 year ago)
- Last Synced: 2025-06-13T13:22:11.281Z (about 1 year ago)
- Topics: android, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 30.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Jobs App

# Screenshot
# Stacks & Tools
# Description
GitHub Jobs App is a simple way to find a new Job into repositories at GitHub. Where you can find jobs to work as Front-end or Back-end Developer.
# How to Install and Run
**Dependecies**
- Yarn or NPM
- NodeJS
- Android Studio Emulator, your device unlocked to install app or another emulator do you like
Now clone this repo and run commands below:
```
yarn install
```
or
```
npm install
```
After do you need install app where you'll simulate and test:
```
yarn run react-native run-android
```
or
```
npm run react-native run-android
```
And finally run your app and make all changes that do you want at code and run:
```
yarn start
```
or
```
npm start
```
## OBS: Filter by label not implemented yet!.