Pizza Builder

Fully-responsive React.js project for building a customized pizza!
Images related to pizza are hand-drawn by me using PaintTool SAI :)

image

Install

To install the app, simply run below commands.

git clone https://github.com/TsukiCTF/Pizza-Builder.git
cd Pizza-Builder
yarn install

To run the app in development mode, run:

yarn start

To build for deploying, run:

yarn build

Contributing

All contributions are welcome!