Skip to content

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.

License

Notifications You must be signed in to change notification settings

codEdu-Collective/random-user-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published