Skip to content

ijeomaemeruwa/ecommerce-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Ecommerce Application

Description

A full beauty ecommerce website application built from scratch.

oatts home page


Technologies

  • React
  • Redux
  • SASS
  • Bootstrap
  • Firebase

Live Link

https://oatts-ecommerce.netlify.app/


Project Description

  • A user can shop for makeup and beauty products via shop link or showcase links.
  • On adding items to cart, the user can either login or create an account via email, google or continue shopping as a guest. This feature is enabled using firebase authentication.

oatts home page

oatts home page

  • Multiple users can access the site at thesame time a user can add and update items in the cart. This feature is enabled using firebase cloud firestore to store users information in the database.
  • User authentication, information and cart component state is managed using redux.
  • User can proceed to checkout and make payment using a credit or debit card with the implementation of stripe.

oatts home page


In Development

  • Context and Nodejs versions

Credit

Images


This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

npm test

npm run build

npm run eject