Pizzeria is a web application that lets users order pizzas online.
Demo: https://pizzeria.kckusal.vercel.app
Screenshots: // TO DO: add here
- React, Next.js, Chakra-UI
- Menu listing page with pizza items
- Multi-currency implementation (RUB/USD)
- Cart system
- Register/Login system with form validations
- Sound-based action notifications
To run the application locally in a development environment, start by running the following command(s) to start dev server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.