Skip to content

udz-codes/skuffed-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skuffed store

E-commerce web application made with ReactJS (Consuming Django-Rest-Framework API)

Backend(API): https://github.com/udz-codes/ecom-backend

Key features

  • User signup
  • Authentication and Authorization
  • Product Listing
  • Cart management with local storage
  • Braintree payment gateway

Run Project

  • Clone the project
  • Open terminal and move to root folder
  • Install packages npm install
  • Run project npm start