Skip to content

Commit 565f688

Browse files
Create README.md
1 parent 19480a8 commit 565f688

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# GitHub-Users-using-API
2+
3+
A simple web app that fetches and displays GitHub user information using the GitHub REST API.
4+
5+
🔗 **Live Demo:** [GitHub-Users-using-API](https://dpakdev02-dev.github.io/GitHub-Users-using-API/)
6+
7+
---
8+
9+
## 🚀 Features
10+
- Search any GitHub username
11+
- Fetch user details via GitHub REST API
12+
- Display avatar, bio, repositories count, followers, following, etc.
13+
- Responsive and simple UI
14+
- Handles invalid users gracefully
15+
16+
---
17+
18+
## 📸 Screenshot
19+
(Add a screenshot of your project here)
20+
21+
---
22+
23+
## 🛠️ Technologies Used
24+
- **HTML5**
25+
- **CSS3**
26+
- **JavaScript (Fetch API)**
27+
- **GitHub REST API**
28+
29+
---
30+
31+
## 🔧 Installation & Setup
32+
33+
To run locally:
34+
35+
```bash
36+
# Clone the repository
37+
git clone https://github.com/dpakdev02-dev/GitHub-Users-using-API.git
38+
39+
# Navigate into the project folder
40+
cd GitHub-Users-using-API
41+
42+
# Open index.html in a browser

0 commit comments

Comments
 (0)