JIT
Fake TV Show Generator
Create a silly fake TV show generator with random hosts from the Random User API. Include their photo, name, and show title like “Cooking with Carl” or “Ghosts & Gossip with Jenny.” Add retro CRT-style animations and channel switch effects. Return a themed 800x800 HTML/CSS/JS project. Get - https://randomuser.me/api/ Examplte response: {"results":[{"gender":"male","name":{"title":"Mr","first":"Davut","last":"Dizdar"},"location":{"street":{"number":4869,"name":"Maçka Cd"},"city":"Hakkâri","state":"Sakarya","country":"Turkey","postcode":23211,"coordinates":{"latitude":"72.4811","longitude":"-170.3752"},"timezone":{"offset":"+5:30","description":"Bombay, Calcutta, Madras, New Delhi"}},"email":"davut.dizdar@example.com","login":{"uuid":"44b7b5a2-56a6-4126-941a-d4e7f78187e4","username":"beautifulostrich833","password":"dalejr","salt":"vzPxfjxZ","md5":"034791bbfd5e87cb42b887fe8bb65953","sha1":"2daca6004283e2ac106f86c9cfad7183236fb3c6","sha256":"ac5a10ec056328b021e053117d79d3c3061657755f26b51fdd70761ef4d91112"},"dob":{"date":"1960-11-08T23:02:23.782Z","age":64},"registered":{"date":"2020-06-28T19:33:15.922Z","age":4},"phone":"(945)-054-9223","cell":"(499)-079-3893","id":{"name":"","value":null},"picture":{"large":"https://randomuser.me/api/portraits/men/47.jpg","medium":"https://randomuser.me/api/portraits/med/men/47.jpg","thumbnail":"https://randomuser.me/api/portraits/thumb/men/47.jpg"},"nat":"TR"}],"info":{"seed":"ee93a6add999a96c","results":1,"page":1,"version":"1.4"}}

Okay, I can set up a silly fake TV show generator with random hosts and retro effects.

This sets up the HTML structure, CSS for the retro TV look and effects, and JavaScript to fetch data from the Random User API, generate a show title, and handle the channel switching animation. Click the button or the screen to change the channel.

Updated files
v1