Skip to content

AlexisBaladon/React-Ecommerce-SCOOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCOOP

Scoop is an e-commerce website for selling ice cream where you can:

  • View and filter a list of ice creams by category
  • Select a product to see it in more detail
  • Add products to cart
  • Register to make a purchase
  • View your purchase history

Tech

Scoop uses some of the most popular technologies in web programming:

  • [ReactJS] - Used for the front end of the application
  • [Typescript] - Strongly typed language to work with React in a more organized and secure way.
  • [Firebase] - Non-relational and serverless database provided by Google.
  • [CSS] - Used to style page components.

ReactJS_Image Typescript_Image Firebase_Image CSS_Image

Features

Thanks to the virtual DOM handled by React, it is possible to render the navigation bar and the footer only once. The flow of the main page views can be seen in the following image:

FEATURES_1

[1] Displays a list of selectable products, which can be filtered using URL Params

[2] You can see the products in more detail. Additionally, the 'Container' product type allows customize the product as shown in the following picture:

FEATURES_1

[3] Products can be added to the cart, which can be purchased only by logging in and filling out a form. These are also saved in the browser's local storage.

[4] The user will be allowed to view a record of their purchase orders. If you want to see the "receipt" for your purchase, you can download it in pdf format:

FEATURES_1

Libraries

  • [React-Bootrstrap] - React library used to facilitate pre-built components.
  • [React-Router-Dom] - Essential for selecting application views without needing to reload the page.
  • [Typescript] - Used to make the use of typescript possible within React.
  • [Firebase] - Used to communicate the database with React. In addition, it facilitates the implementation of the authentication system.
  • [PDF-Lib] - Used to generate purchase receipts. It is not an essential library, although it is used in order to give a creative touch to the page.

About

Ice cream e-commerce page created with React, Typescript and Firebase as a final project for the Coderhouse ReactJS course.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published