An open API service indexing awesome lists of open source software.

https://github.com/akshint0407/fun-facts-generator

This repo contains code for fun facts about me!
https://github.com/akshint0407/fun-facts-generator

fun html-css-javascript website

Last synced: 4 months ago
JSON representation

This repo contains code for fun facts about me!

Awesome Lists containing this project

README

          

# Fun Fact Generator

## About The Project
This project is a simple single-page application that displays random personal facts about me. It's built with HTML, CSS, and JavaScript.

## Getting Started
To get a local copy up and running follow these simple steps.

### Prerequisites
This project does not have any dependencies and can be run directly in any modern web browser.

### Installation
1. Clone the repo
```bash
git clone https://github.com/Akshint0407/Fun-Facts-Generator.git
2.Open the index.html file in your web browser.

## Usage
Open the `index.html` file in your web browser.

Click the "Tell Me Something Interesting" button to display a random fact from the predefined list.

## Contributing
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## Troubleshooting Tips

### Fun Facts Not Displaying?
- **Check Script Link:** Ensure that `script.js` is correctly linked in your `index.html`. The script tag should be placed right before the closing `