Skip to content

Commit d383bdb

Browse files
Update README.md
1 parent 38e418f commit d383bdb

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

+36
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
11
# GitAccountFinder(Html & CSS)
2+
3+
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.
4+
5+
## Project Overview
6+
7+
- **Objective**: Create a user-friendly interface for searching GitHub users and rendering their profiles.
8+
- **Tech Stack**:
9+
- **HTML**: For structuring the web pages.
10+
- **CSS**: For styling the user interface.
11+
- **GitHub API**: Integrated to fetch user data.
12+
- **Features**:
13+
- Search functionality to find GitHub users.
14+
- Display user profiles with relevant information.
15+
16+
## Installation Guide
17+
18+
Follow these steps to set up the GitHub Account Finder project:
19+
20+
1. Clone the `gitAccountfinder_html_css` repository:
21+
```
22+
git clone https://github.com/vkprogrammer-001/gitAccountfinder_html_css.git
23+
```
24+
25+
2. **Open the Project in Visual Studio Code (VS Code)**:
26+
- If you haven't already, download and install [VS Code](https://code.visualstudio.com/).
27+
- Open VS Code.
28+
- Click on "File" > "Open Folder" and select the cloned repository folder.
29+
30+
3. **Install Live Server Extension (if not installed)**:
31+
- In VS Code, go to the Extensions view by clicking on the square icon in the sidebar or pressing `Ctrl+Shift+X`.
32+
- Search for "Live Server" and click "Install" for the extension by Ritwick Dey.
33+
34+
4. **Run with Live Server**:
35+
- Open the `github.html` file.
36+
- Right-click anywhere in the file and select "Open with Live Server."
37+
- The GitHub Account Finder will open in your default web browser.

0 commit comments

Comments
 (0)