Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.27 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.27 KB

Random User Generator

This project is a simple application that fetches random user information from an API and displays it on the screen. Users can click the button to view a different random user.

Demo

Project Demo

Features

  • Fetch user information from the Random User API.
  • Dynamically update user details on the screen.
  • Clean and modern user interface.

Technologies Used

  • HTML5: For the structure of the page.
  • CSS3: For styling the page.
  • JavaScript (ES6): For fetching and displaying dynamic data.
  • Random User API: For random user data.

File Structure

├── index.html     # Main HTML file
├── style.css      # Stylesheet
├── script.js      # JavaScript file

Installation

Clone the Repository

    git clone https://github.com/username/random-user-generator.git

Navigate to the project directory

    cd random-user-generator

Open the index.html file in a browser to view the project.

Customization

  • You can customize styles like the background color or button design in the style.css file.
  • The data source can be changed by using a different API.

License

  • This project is licensed under the MIT License. For more details, check the LICENSE file.