An open source application built using React.
- 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.
- Install dependencies using npm:
npm i
- Start the development server:
npm run dev