Skip to content

liitcode/Llamazon

Repository files navigation

Llamazon

Landing Page CheckoutPage
landing checkout
SignUp Page Orders Page
signup orders

How to run this project

  • Clone Repo gh repo clone liitcode/Llamazon

  • Install NPM packages npm install

  • Add .env file

Firebase Configurations ->

 REACT_APP_APIKEY =
 REACT_APP_AUTHDOMAIN  = 
 REACT_APP_PROJECTID  =  
 REACT_APP_STORAGEBUCKET = 
 REACT_APP_SENDERID = 
 REACT_APP_ID = 

Stripe Secret Key ->

 STRIPE_SECRET =     
  • Run the Project

development npm run dev production npm run prod

About The Project

  • Llamazon is a simple clone of amazon.

Project Features

  • Used React, Redux-thunk for Login, Signup, Add-To-Cart and other core features.
  • Used Redux Persist for effective state management.
  • Used Firebase for Auth, Firestore DB.
  • Stripe Integration for seamless payments.
  • Serverless netlify lambda function for third-party interactions.