Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saahiyo/randomuser-api-project

This project is a simple web application that fetches random user data from the Random User API and dynamically displays it on the webpage.
https://github.com/saahiyo/randomuser-api-project

api-rest html-css-javascript lists randomuser randomuser-api

Last synced: about 2 months ago
JSON representation

This project is a simple web application that fetches random user data from the Random User API and dynamically displays it on the webpage.

Awesome Lists containing this project

README

        

---

# Random User Data Generator

This project is a simple web application that fetches random user data from the [Random User API](https://randomuser.me/) and dynamically displays it on the webpage. It can be used for testing or demo purposes in web development.

## Features

- Fetches random user data including name and email address from the Random User API.
- Displays the fetched data dynamically on the webpage.
- Allows users to refresh the displayed data by clicking the "Refresh" button.

## Technologies Used

- HTML
- CSS
- JavaScript

## How to Use

1. Clone the repository to your local machine.
2. Open the `index.html` file in a web browser.
3. Click the "Refresh" button to fetch new random user data.
4. Enjoy exploring the generated user data!

## Credits

- Random User API: [https://randomuser.me/](https://randomuser.me/)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---

Feel free to modify the content according to your project's specific details and requirements!