Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 408 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 408 Bytes

Website for pizzeria 🍕

An open source application built using React.

Features

  • Users can choose a pizza size and dough, sort pizzas (cost, alphabetically, popularity), select pizzas by type (all, meat, vegetarian, spicy) and add them to a cart.

Running localy

  1. Install dependencies using npm:
npm i
  1. Start the development server:
npm run dev