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.
- 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.
. ├── index.html # Main HTML file . ├── styles.css # Styling for the web page . ├── script.js # JavaScript file for fun fact generation
Check out the live version of the Personal Fun Facts Generator here: Live Preview
- HTML: For the structure of the webpage.
- CSS: For styling the user interface.
- JavaScript: For implementing the random fun fact generator logic.
- Clone the repository:
git clone https://github.com/PamudaUposath/fun-facts-generator.git