About The Project

React-Native E-commerce App using REST-API Integration

How It works:

  • Home Page

Image Description

  • Product Details Page

    Image Description Image Description
  • Search Page

    Image Description Image Description

(back to top)

Built With

Here this E-commerce Application application create using React-native Framework and REST_API using for data fetch from MONGO DB.

  • react-document
  • REST API

(back to top)

Getting Started

Prerequisites

Install Expo CLI:

  • Run the following command to install Expo CLI globally:
  • Using npm:
    npm install -g expo-cli
  • Using yarn:
    yarn global add expo-cli

Verify Installation:

  • After the installation is complete, you can verify it by checking the installed version:
    expo --version

Installation

This is the step you have to follow.

  1. Clone the repositery

    git clone https://github.com/Yesh-adithya31/furniture-app.git
  2. Install npm packages

    npm install
  3. Run cloned project

  • Using npm:
    npx expo start
  • Using yarn:
    yarn expo start

(back to top)