Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AbdullahIntisar/github-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐙 GitHub Clone App

📌 Description

This is a GitHub-inspired web application that simulates some of GitHub's core UI and functionality. The project was created to practice frontend design, API integration, and real-world layout structuring.

⚙️ Tech Stack

  • Frontend: React, Tailwind CSS, Vite
  • Backend: — Express.js, MONGODB, NODE.js
  • API Used: GitHub Public API

✨ Features

  • 🌐 Browse GitHub users
  • 🔍 Search for user profiles
  • 📁 View repositories of any user
  • 📊 See followers, following, and public repo stats
  • ⚡ Smooth and responsive UI design using Tailwind

📸 Screenshots

image

🚀 How to Run Locally

1. Clone the Repository

git clone https://github.com/AbdullahIntisar/github-app.git
cd github-app


2. Install Dependencies

npm install

3. Start the Dev Server
first backend & then frontend with this command.
npm run dev

4. 🔐 Environment Variables
(Dont forget to add your personal ENV here)
GITHUB_API_KEY= YOUR_KEY_HERE
MONGO_URI=YOUR_KEY_HERE
GITHUB_CLIENT_ID=YOUR_KEY_HERE
GITHUB_CLIENT_SECRET=YOUR_KEY_HERE
CLIENT_BASE_URL= YOUR_URL_HERE






About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published