This application uses the Collage Generation API from Cloudinary to generate the collage images.
It's main stack was developed with:
- React
- Recoil
- Recoil:Spring
- Styled Components
- Material UI
- React-Uploady
- React-dnd
- Netlify (functions)
- Fauna DB
Available on https://cld-collage-creator.netlify.app/
To develop run:
yarn
To install deps
Then run:
yarn start
To start the UI application
In order to run the (Server) Functions locally you need to install:
npm install -g netlify-cli
Then you can start them with:
yarn start:fn