/React-Native-E-store

An E-commerce mobile app build using react-native

Primary LanguageJavaScript

System Requirements

To get started with development, you need to install few tools

  1. git

    git version 2.40.0 or higher. Download git if you don't have it already.

    To check your version of git, run:

     git --version
  2. node

    node version 16.15.1 or higher. Download node if you don't have it already.

    To check your version of node, run:

    node --version
  3. npm

    npm version 9.5.0 or higher. You will have it after you install node.

    To check your version of npm, run:

    npm --version

Setup

To set up a development environment locally, please follow these steps:

  1. Clone the repo

     git clone https://github.com/priyans619/React-Native-E-store
  2. Change directory to the project directory

    cd React-Native-E-store
  3. Install the dependencies

    npm install / npm i
  4. Run the app

    npm start expo
  5. For mobile

    Scan the QR code on Expo app

Screenshot

Screenshot1 Screenshot2 Screenshot3
Screenshot1 Screenshot2 Screenshot3

Thank You !!!