Skip to content

tiagomota79/rn-shop-app

Repository files navigation

Shop App

Simple application created as part of React-Native learning.

Online shopping app where users can buy and sell items.

This is only a mobile front-end project. The information is stored in a simple Firebase server.

Features

  • Create user
  • Login/logout
  • See all products
  • Consult product details
  • Add product to cart
  • Remove from cart (one by one)
  • Delete product (if user is owner of product)
  • Create new product
  • Edit product (if user is owner of product)
  • See cart
  • Complete order
  • See previous orders
  • See previous order details

Tech Stack

  • React
  • React-Native
  • Expo
  • Redux
  • Firebase

Screens

Login/Signup screen

Main screen

Drawer

Product Detail

Cart

Orders (with details open)

Add product

Edit product information

Warnings examples

Installation

Clone repo, cd into project folder, and run yarn or npm install.

Run

yarn start or npm start to start the project.

Check package.json for other scripts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published