A responsive Frontend Mentor implementation that fetches random advice from the Advice Slip API and presents it in a compact interactive card.
- Live demo: https://advice-generator-tau.vercel.app
- Source: https://github.com/GlitchingghosT/advice-generator
- Fetches a new advice slip on demand
- Displays the advice identifier and text
- Responsive desktop and mobile layouts
- Loading/error handling through the browser request flow
HTML, JavaScript, Tailwind CSS, and the Advice Slip API.
No build step is required. Clone the repository and open index.html in a browser. An internet connection is required for API requests and Tailwind's CDN assets.
This is an implementation of a Frontend Mentor challenge. The implementation code is MIT licensed. The challenge design and supplied assets remain subject to their owners' terms; see THIRD_PARTY_NOTICES.md.