An open API service indexing awesome lists of open source software.

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

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
```