kecav / rn-shop-app

A react native shop app authenticated with Firebase at backend. Products can be added and deleted.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Shop App

UI Design

Features

  • User authentication with Firebase (Signup/Signin)
  • User can view all the products added by other users
  • User can add products to their individual cart
  • User can order those products which will be added to their order list
  • User can check their previous order details
  • User can add their own products or modify previous ones

Tech Used

The following major dependencies have been used in this project :

  • Expo - For building React App
  • React Navigaton - For creating multiple stack and drawer screens
  • Firebase - For authentication and database
  • Redux - For storing app states.

Installation

This app uses FIREBASE authentication, make sure to add firebase sdk keys to .env file

Install the dependencies and start the server.

cd rn-shop-app
// For npm
    npm install
// For yarn
    yarn install
// After installation
    expo start

About

A react native shop app authenticated with Firebase at backend. Products can be added and deleted.


Languages

Language:JavaScript 100.0%