lichrok / pizza-delivery

Simple pizza delivery application

Home Page:https://pizza-delivery-b3f9d.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic cart application

Built with React + Redux.
Used Firebase as storage.
Demo: pizza-delivery-b3f9d.web.app

Features

  • Add items
  • Remove items
  • Edit the quantity of the items in real time
  • Choose currency
  • Calculate automatically the total including the delivery (if chosen)
  • e2e tests with Cypress

Package installation

yarn install

Start the App

yarn start

The application will start automatically in your browser on http://localhost:3000

Test the App

yarn run cypress open

End-to-end testing. Don't forget to start the App first.

About

Simple pizza delivery application

https://pizza-delivery-b3f9d.web.app/


Languages

Language:JavaScript 91.2%Language:CSS 5.7%Language:HTML 3.1%