Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 532 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 532 Bytes

💡 ADVICE-GEN

Advice-Gen gives you a random piece of advice using the Advice Slip API — a challenge by Frontend Mentor.

🚀 How to Use:

  • Click the button for a new piece of advice!

🛠️ Tools Used:

  • JavaScript: Handles the logic, fetches data from the Advice Slip API, and updates the DOM with the random advice.

  • Advice Slip API: Provides a random piece of advice with each request.

  • HTML/CSS: Used for structuring the app and styling the user interface.