https://github.com/jlooper/affirmation-posters
Demotivational, Salty Posters for 2026 in tanstack and next.js
https://github.com/jlooper/affirmation-posters
nextjs tanstack
Last synced: about 1 month ago
JSON representation
Demotivational, Salty Posters for 2026 in tanstack and next.js
- Host: GitHub
- URL: https://github.com/jlooper/affirmation-posters
- Owner: jlooper
- Created: 2025-11-03T00:48:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-25T18:49:26.000Z (4 months ago)
- Last Synced: 2026-01-26T09:50:29.849Z (4 months ago)
- Topics: nextjs, tanstack
- Language: TypeScript
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Affirmations App
A demotivational poster generator displaying affirmations with Unsplash photos via Cloudinary. Inspired by Successories and Despair.Inc.
## Projects
| Folder | Framework | Port |
|--------|-----------|------|
| `affirmations-tanstack/` | TanStack Start | 3000 |
| `affirmations-next/` | Next.js 15 | 3001 |
## Prerequisites
- **Unsplash** - [Get access key](https://unsplash.com/developers)
- **Cloudinary** - [Get credentials](https://cloudinary.com/console)
## Running
```bash
# TanStack Start
cd affirmations-tanstack && npm install && npm run dev
# Next.js
cd affirmations-next && npm install && npm run dev
```