Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.29 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.29 KB

Make.cm Photo Booth (App)


This repo is a simple boilerplate to allow you to create your own photo booth image generator with React, Cloudinary and Make.cm

Check it out here

If you want to learn how I built this, read the guide here.

Getting started

This app runs create react app under the hood, so any CRA command will work here.

yarn
yarn start

Open http://localhost:3000 to view it in the browser.

Technology

  • axios: Handle http POST request
  • Cloudinary
  • Make API: Generate a custom photo booth image from our template
  • react-device-detect: Allows us to change our download behaviors depending on the device