Description:
A simple web app that displays a random joke or motivational quote every time a button is clicked. Can use a free API or a local JSON list.
Features:
- “Get New Joke/Quote” button.
- Option to switch between Joke and Quote mode.
- Copy to clipboard or share button (optional).
- Fetch data from an API (e.g., Official Joke APIor Quotable.io).
Learning Focus:
- Working with APIs (fetch)
- DOM updates
- Handling JSON data
- Basic UI design
Difficulty: Beginner