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!
- Host: GitHub
- URL: https://github.com/akshint0407/fun-facts-generator
- Owner: Akshint0407
- Created: 2024-11-20T14:30:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T02:29:43.000Z (about 1 year ago)
- Last Synced: 2025-07-04T16:16:08.130Z (about 1 year ago)
- Topics: fun, html-css-javascript, website
- Language: JavaScript
- Homepage: https://akshint0407.github.io/Fun-Facts-Generator/
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 `