Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 963 Bytes

File metadata and controls

21 lines (16 loc) · 963 Bytes

Coffee Shop

This is a React.js app that allows you to add and remove orders from your cart and place an order.

Author

Zoe King | Software Developer | Digital Strategist | GitHub | zoemking63@gmail.com | LinkedIn

Features

  • Cross-device, responsive U.I. with customized scroll and button animations (see demo below)
  • Add and remove items from cart and instantaneously update number of items and total cost with React useReducer Hook
  • Checkout cart function with HTML form that validates user and order data and sends error messages
  • Fetches menu data from custom Firebase API and renders menu on load
  • Submits order and user data to a backend server using an HTTP request

Technologies

FRONT END: HTML | CSS | React.js
TOOLS: Visual Studio Code | Google Firebase

Demos

Interface

Interface