Welcome to the GitHub Account Finder project! This personal front-end application allows users to search for GitHub users and view their profiles. Whether you're exploring developers' work or just curious, this platform provides an interactive experience for discovering GitHub accounts.
- Objective: Create a user-friendly interface for searching GitHub users and rendering their profiles.
- Tech Stack:
- HTML: For structuring the web pages.
- CSS: For styling the user interface.
- Javascript: For adding functionality to the user interface.
- GitHub API: Integrated to fetch user data.
- Features:
- Search functionality to find GitHub users.
- Display user profiles with relevant information.
Follow these steps to set up the GitHub Account Finder project:
-
Clone the
gitAccountfinder_html_css
repository:git clone https://github.com/vkprogrammer-001/gitAccountfinder_html_css.git
-
Open the Project in Visual Studio Code (VS Code):
- If you haven't already, download and install VS Code.
- Open VS Code.
- Click on "File" > "Open Folder" and select the cloned repository folder.
-
Install Live Server Extension (if not installed):
- In VS Code, go to the Extensions view by clicking on the square icon in the sidebar or pressing
Ctrl+Shift+X
. - Search for "Live Server" and click "Install" for the extension by Ritwick Dey.
- In VS Code, go to the Extensions view by clicking on the square icon in the sidebar or pressing
-
Run with Live Server:
- Open the
github.html
file. - Right-click anywhere in the file and select "Open with Live Server."
- The GitHub Account Finder will open in your default web browser.
- Open the