Skip to content

BolisettySujith/Retail-Shopping-App

Repository files navigation

🛍️ Retail Shopping App

A simple shopping app UI built with React Native & Expo. It includes authentication screens, a home page with categories, flash sale, and recommended products, and mock APIs for product data.

📸 Screenshots

Login Sign In Sign Up Home Page Home Page

🛠️ Tech Stack

📦 Installation

  1. Clone the repo:

    git clone <your-repo-url>
    cd retail-shopping-app
  2. Install dependencies:

    npm install
  3. Start the Expo dev server:

    npx expo start

🔌 Mock API

The app uses JSON Server for simulating REST APIs.

  1. Install JSON Server globally:

    npm install -g json-server
  2. Start the mock server:

    json-server --watch data/db.json --port 8000
  3. Access mock APIs at:

    • http://localhost:8000/saleProducts
    • http://localhost:8000/products
    • http://localhost:8000/categories
    • http://localhost:8000/cart
    • http://localhost:8000/notifications

About

A shopping app UI built with React Native & Expo.

Resources

Stars

Watchers

Forks