Walber2903 / coffe-delivery

A delivery coffee builted with React

Home Page:https://coffe-delivery-beryl.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coffee Delivery

This project contains an application to manage a shopping cart for a fictional coffee shop, which contains the following functionality:

  • List of products (coffees) available for purchase
  • Add a specific number of items to the cart
  • Increase or remove the number of items in the cart
  • Form for the user to fill in their address
  • Display the total items in the cart in the Header
  • Display the total value of the sum of items in the cart multiplied by the value

Here you will find react features and concepts such as:

  • States
  • ContextAPI
  • LocalStorage
  • Immutability of the state
  • Lists and keys in ReactJS
  • Properties
  • Componentization

Application layout

  • The figma for this application can be found at this link.

image

image

image


You can also find a working version of the project through this link on vercel.

About

A delivery coffee builted with React

https://coffe-delivery-beryl.vercel.app


Languages

Language:TypeScript 97.6%Language:HTML 1.5%Language:JavaScript 0.9%