A demotivational poster generator displaying affirmations with Unsplash photos via Cloudinary. Inspired by Successories and Despair.Inc.
| Folder | Framework | Port |
|---|---|---|
affirmations-tanstack/ |
TanStack Start | 3000 |
affirmations-next/ |
Next.js 15 | 3001 |
- Unsplash - Get access key
- Cloudinary - Get credentials
# TanStack Start
cd affirmations-tanstack && npm install && npm run dev
# Next.js
cd affirmations-next && npm install && npm run dev