Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 725 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 725 Bytes

About

Pizzeria is a web application that lets users order pizzas online.

Demo: https://pizzeria.kckusal.vercel.app

Screenshots: // TO DO: add here

Technologies Used

  • React, Next.js, Chakra-UI

Features Implemented

  • Menu listing page with pizza items
  • Multi-currency implementation (RUB/USD)
  • Cart system
  • Register/Login system with form validations
  • Sound-based action notifications

Running Locally

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.