Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.06 KB

File metadata and controls

16 lines (9 loc) · 1.06 KB

Random-Facts-Generator

The "Random Facts Web App" is a simple and engaging web application that fetches interesting and random facts from an external API and displays them to users. This repository contains the source code for the web app, which is designed to provide users with intriguing pieces of information in an interactive and user-friendly manner

Key Elements of this repository

  • Fetches random facts: The app utilizes the Fetch API to retrieve random facts from the "api-ninjas" API, ensuring a diverse range of information for users to discover.
  • Error handling: The code includes error handling mechanisms to gracefully handle network errors or API failures, ensuring a smooth user experience.
  • Beginner-friendly design: With its straightforward code structure and use of HTML , CSS and vanilla JavaScript.

Interface