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.
- Fetch user information from the Random User API.
- Dynamically update user details on the screen.
- Clean and modern user interface.
- 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.
├── index.html # Main HTML file
├── style.css # Stylesheet
├── script.js # JavaScript file
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.
- 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.
- This project is licensed under the MIT License. For more details, check the LICENSE file.