Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/saahiyo/randomuser-api-project
- Owner: saahiyo
- Created: 2024-04-22T14:55:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T15:32:15.000Z (9 months ago)
- Last Synced: 2024-04-23T16:26:41.818Z (8 months ago)
- Topics: api-rest, html-css-javascript, lists, randomuser, randomuser-api
- Language: CSS
- Homepage: https://saahiyo.github.io/Randomuser-api-project/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!