Skip to content

PamudaUposath/fun-facts-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Fun Facts Generator 🎉

A simple web application that displays a random fun fact at the click of a button. This project is perfect for learning basic HTML, CSS, and JavaScript, while having some fun exploring interesting real-world facts.

🚀 Features

  • Displays a random fun fact when the button is clicked.
  • Includes a visually appealing design with a gradient background and styled buttons.
  • Responsive layout that works well across devices.

📂 Project Structure

. ├── index.html # Main HTML file . ├── styles.css # Styling for the web page . ├── script.js # JavaScript file for fun fact generation

🖼️ Preview

Check out the live version of the Personal Fun Facts Generator here: Live Preview

🛠️ Technologies Used

  • HTML: For the structure of the webpage.
  • CSS: For styling the user interface.
  • JavaScript: For implementing the random fun fact generator logic.

📋 How to Run

  1. Clone the repository:
    git clone https://github.com/PamudaUposath/fun-facts-generator.git