Skip to content

creyente1897/dapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dapper

A clothing e-commerce website made with ReactJS. It has a responsive and optimized webpage with mobile responsivesness along wit stripe payment integration (test mode). It also has an add to cart feature with realtime cart updates and local storage sessions using redux persist for retaining the cart items for future checkouts and payments along with a signin/signup with google or email options and data storage using firebase. This website is implemented using different methods:

Local Installation

Clone the project

git clone https://github.com/creyente1897/dapper.git
cd dapper

Installing node modules (dependencies)

yarn

Running the project (development)

yarn start

Now you can open the project on localhost:3000