Skip to content

vvvvvvvector/pizza

Repository files navigation

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