Skip to content

acamposlucas/coffee-delivery

Repository files navigation

Coffee Delivery

You can check it here: LIVE!

Description

An e-commerce application for Coffee delivery.

Project Status

This project is currently in development. Users can do most of its features like add items to cart and fulfill form to proceed to a successful transaction page.

I'm working on media queries to display it properly on different screens.

Features

  • List of availables products
  • Add product to cart
  • Increase number of products or delete item from cart
  • Form to user fulfill
  • Total items on header Shopping Cart icon
  • Total price of items on cart
  • Responsiveness
  • Check on overall accessibility issues

What did I learn?

During this project I could work with React states (useState, useEffect), ContextAPI and LocalStorage concepts.

I also practiced array methods like reduce, filter, map.

Technologies

  • React
  • Typescript
  • Styled-components

Useful references