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.
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.
- axios: Handle http POST request
- Cloudinary
- Upload API: Publicly host our image for generation
- Transformations API: Transform our image to fit to our template
- 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