Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using Next.js 13 and OpenAI to Build a Joke Generator Website
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Create New Project
- 3 Start YARN Dev
- 4 Install Yarn
- 5 VSCode TIp!
- 6 Create Custom Root
- 7 Generate Meta Description
- 8 Using Layout.js
- 9 Import Aliases
- 10 Create Footer
- 11 Create Navbar
- 12 Style Footer
- 13 Create Content
- 14 Create Slider
- 15 Install Carousel
- 16 Remove Unneeded Buttons
- 17 Adjust Width
- 18 Generate Jokes in JSON Format
- 19 Insert Jokes
- 20 Ensure Joke Insertion is Random
- 21 Import useEffect
- 22 Use Dangerously Set HTML
- 23 Add Class to Joke Div
- 24 Create Regenerate Button
- 25 Add Jokes JSON
- 26 Check Page
- 27 Conclusion