JOB POSTING ANDROID MOBILE APP

Job Posting App with ReactNative


Prerequiste

  • ReactNative
  • Redux

Definition

  • ReactNative: React Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces.
  • Redux: Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience.

Build Setup

  1. Clone repository $ git clone https://github.com/lathifinch/react-native-job-posting.git

  2. Install depedencies

# with yarn
$ yarn install
  1. Start React App
$ react-native run-android # build app
$ yarn start # start app

What It Looks Like

  • login:

login

  • List Jobs:

listjob

  • List Companies:

listcom

  • Add Job:

addjob

  • Add Company:

addcom

  • Profile:

profile

API

The API I used on this app, you can clone it here https://github.com/lathifinch/RESTful-API-for-Job-Posting-App.git


Copyright © 2019 by Lathif Al Rasyid