omarkamelmostafa / olx-clone

Native mobile app built using `React Native` and `Redux`. Features of official OLX app are implemented upto some extent. `Firebase` is used as the backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

olx-clone

Native mobile app built using React Native and Redux. Features of official OLX app are implemented upto some extent. Firebase is used as the backend.

Preview

ios-demo

Dependencies

  • React Native
  • NativeBase for UI Elements
  • Lodash
  • Redux for State Management
  • Redux Saga
  • React Navigation
  • Firebase
  • Expo

Get Started

1. Clone the Repo

On the command prompt run the following commands

$ git clone https://github.com/skniit94/olx-clone

$ cd olx-clone/

$ npm install

To start the expo app

Run the following command

$ npm start

To run on iOS simulator/device

Run the following command

$ npm run ios

To run on android emulator/device

Run the following command

$ npm run android

Credits

About

Native mobile app built using `React Native` and `Redux`. Features of official OLX app are implemented upto some extent. `Firebase` is used as the backend.


Languages

Language:JavaScript 100.0%