Skip to content

singhgrtj/binance-lite-clone

Repository files navigation

Binance lite UI clone using react native Expo with Tailwind CSS. Also incorporates dark mode.

About the project

Light theme Dark Theme
homelight homelight
homelight homelight
homelight homelight

Built with

Software prerequisites

Install the below tools/packages

Serial No Software Version Installation site
1 Node.js >= 14.16.1 Install NodeJS
2 npm >= 6.12.12 Install NPM
3 react-native >= 0.63.2 Install react-native
4 expo cli >= 4.7.3 Install Expo

Getting started

  1. Clone the repo with git clone [REPO_URL] command
  2. Switch to the project's root directory in terminal
  3. Install the dependencies by running npm install
  4. Once, 'npm install' is completed, run npm start to start the expo and react-native server
  5. If it shows a QR code on the terminal as a result of 'exp start' command, then you are good to go!

Mobile setup

  1. Install 'Expo' application on your android/iOS device. You can find the links to Android and iOS apps here.
  2. Scan the QR code shown on the terminal.
  3. Once the QR code is successfully scanned, it will take few seconds to load and render the app.

App Structure

src/
│
└───assets/
│   └───fonts/
│   └───images/
│
└───components/
│
└───constants/
│
└───hooks/
│
└───interfaces/
│
└───navigation/
│
└───screens/
│
└───store/
    └───actions/
    └───reducers/
    └───types/

About

Binance Lite clone using React Native Expo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published