Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.18 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.18 KB

Pizza Joint

This is a fictional pizza making app created using React and Framer Motion. The app allows users to customize their pizza orders and place them online.

Demo

You can see a live demo of the app at here.

image

Getting Started

To run this project on your local machine, follow these steps:

  1. Clone this repository by running the following command in your terminal:
git clone https://github.com/r3hmantom/PizzaJoint.git
  1. Navigate to the project directory:
cd PizzaJoint
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open http://localhost:3000 in your browser to see the app.

Built With

Authors

Acknowledgements