A random meme image paired with a real news headline — because why not?
Times of Absurdia is a Vite + React-based web app that pairs actual news headlines with random meme images. It’s part satire, part chaos engine — highlighting the absurdity of reality one headline-meme combo at a time.
- 🗞️ Fetches real news headlines via NewsData.io
- 😂 Displays random meme images via MemeGen
- 🔁 “New Meme” button to reshuffle headline-meme combos
- 📤 Share-worthy combos (screenshots encouraged)
- Frontend: React
- Build Tool: Vite
- Styling: Vanilla CSS
- APIs:
- News: NewsData.io
- Memes: MemeGen
- Node.js (v16 or newer)
- npm or yarn
git clone https://github.com/punit-saini/times-of-absurdia.git
cd times-of-absurdia
npm install
npm run dev