Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 732 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 732 Bytes

Eshop React App

This is a personal project that involves creating a simple React Application that mimics a shopping website.

Includes:

  • Real Authenticaion Using:
    • Google Auth
    • Local Authentication (username + password)
  • Mock Inventory Items With:
    • Pictures
    • Prices
    • Reviews
  • Home Page:
    • Suggests 'popular' or random items
  • Navigation:
    • Filter items by category
    • See current orders
  • Shopping Cart Where the User Can:
    • Add Items
    • Remove Items
    • View the Cart's Items and Total Price
  • Checkout
    • Shows cart total
    • Asks for shipping address
    • Shows fake shipping costs
    • Asks for fake payment method
    • Sends a confirmation email

Backend will probably be written in Go.