A web application that generates random user profiles with details such as name, location, and contact information. This project leverages HTML, CSS, SCSS, Bootstrap, and JavaScript to create a simple, responsive interface.
The Random User Generator is designed to create profiles randomly for testing or placeholder use. It generates random user information and displays it in a visually appealing layout styled with Bootstrap. This project is suitable for web developers needing mock user data in their projects.
The project utilizes a variety of technologies and languages, including:
- HTML - Structure of the web pages
- CSS & SASS - Styling and customizable stylesheets
- Bootstrap - Responsive and consistent design framework
- JavaScript - Interactivity and functionality
Follow these instructions to set up the project locally.
- Clone the repository:
git clone https://github.com/your-username/Random_User_Generator.git
- Navigate to the project directory:
cd Random_User_Generator
- Compile SCSS to CSS if required (install
sass
if needed):sass scss/style.scss css/style.css
- Open
index.html
in a web browser to view the application. - Click the Generate User button to display random user profiles.
- Generates random user data, including name, location, and profile picture
- Responsive design powered by Bootstrap
- Customizable styles with SCSS
Contributions are welcome! Feel free to fork this repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
Distributed under the Apache 2.0 License. See LICENSE
for more information.
Have questions or want to connect? Reach out!
- GitHub: SanjanaSaw
- Email: [email protected]
This version adds emojis to each section header, making the README visually appealing and user-friendly. It also includes a contact section at the bottom with placeholders for GitHub and email.