Where's Midu?
Joc en Cloudinary Halloween Hackathon
8
Where’s Midu
Where’s Midu is a Halloween-theme page inspired in ‘Where’s Waldo’ that uses cloud technology from Cloudinary to enhance the resolution of images generated by AI.
[!NOTE] This project is a Hackathon project (Spooky AI Hackathon) from Cloudinary and Midudev.
[!IMPORTANT] The game images are generated by AI, so their results in facial expressions are limited.
👨🏻💻 Technologies
- 🚀 Astro
- ⚛️ Preact
- 💫 TypeScript
- 🌐 HTML Canvas
- 🌟 Cloudinary:
- Cloudinary Form Data
- Cloudinary URL Gen
- Cloudinary Image Upload
- Cloudinary Image Transformation
- Cloudinary Image Optimization
📦 Local installation
- Clone the repository
git clone https://github.com/albertlnz/wheres-midu.git
- Install dependencies
npm install
- Create a
.env
file in the root directory and add your Cloudinary account name
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_IMGS_FOLDER=wheres-midu
-
Configure your Cloudinary account with an Upload Preset named
wheres-midu
and set it as Unsigned. -
Run the development server 🌠
npm run dev