Idea
Git
Host
Debug
Portfolio
Enter = Send · Shift+Enter = New line
💡 Project Idea Generator
TERI SKILLS KE HISAAB SE IDEAS — NO TUTORIAL HELL
Teri skills
Difficulty
🟢 Beginner
🟡 Intermediate
🔴 Advanced
Category (optional)
🌐 Web App
🎮 Game
🛠️ Tool
📊 Data
🔌 API Project
⚡ Automation
🔨 Project Builder
IDEA → FEATURES → TASKS → DONE
Apna project describe kar
Tech stack
🐙 Git & GitHub Guide
STEP BY STEP — COPY KARO AUR RUN KARO
😤 Git se darta hai? Normal hai bhai. Pehli baar sabko dara tha.
Ye guide follow kar — ek baar kiya toh hamesha yaad rahega. Koi bhi command galat nahi jaayegi agar ye steps follow kare.
Step 1: Git Install karo
⚡ One-time setup — sirf ek baar karna hai
Pehle check kar ki already installed hai ya nahi:
git --version
Agar version number aaye — already installed hai! Agar nahi aaya:
Windows: git-scm.com se download karo
Mac:
brew install git
Ubuntu/Linux:
sudo apt install git
Step 2: Git Setup (pehli baar)
⚡ One-time — apna naam aur email daalo
Apna naam aur email set karo (GitHub wala use karo):
git config --global user.name "Tera Naam"
git config --global user.email "tera@email.com"
Step 3: Naya Repo shuru karo
Project folder mein jaao:
cd tera-project-folder
Git initialize karo:
git init
✅ Ab tera folder ek Git repository ban gaya!
Step 4: Files add karo & Commit
Sabhi files add karo:
git add .
Commit karo (message likhna zaroori hai):
git commit -m "Initial commit"
⚠️ Kya upload nahi karna? .env files, node_modules, passwords. Iske liye .gitignore file banao.
echo "node_modules/" >> .gitignore
Step 5: GitHub pe Push karo
1. github.com/new jaao — naya repo banao (Initialize WITHOUT README)
2. GitHub jo URL dega woh copy kar, phir:
git remote add origin https://github.com/username/repo-name.git
git push -u origin main
✅ Tera code ab GitHub pe hai! 🎉
Daily Workflow
Har baar code change karne ke baad ye 3 commands:
git add .
git commit -m "Kya change kiya likho yahan"
git push
Status check karna ho toh:
git status
git log --oneline
README Generator
Project ka naam aur kya karta hai likh — main README generate kar dunga
🌐 Hosting Guide
PLATFORM CHOOSE KAR — STEP BY STEP DEPLOY KAR
Tera project kya hai?
🌐 HTML/CSS/JS (Static)
⚛️ React / Vite
🟢 Node.js Backend
🐍 Python / Flask
🚀 Full Stack
🐛 Debug Helper
ERROR PASTE KAR — FIX MILEGA
Error type (optional)
Syntax Error
Runtime Error
CORS Error
npm Error
Git Error
API Error
Deploy Error
Other
Error message paste kar
Code snippet (optional — helps more)
📂 Portfolio Checker
KYA MISSING HAI — KYA IMPROVE KARNA HAI
GitHub username
?
Score
Portfolio Checklist
💼 Interview Prep
PROJECTS SE INTERVIEWS CRACK KARO
Bhai sun, interviewer sirf code nahi dekhta —
woh dekhta hai ki tu problems solve kar sakta hai ya nahi.
Tera GitHub profile = tera resume. Niche waale questions interview mein definitely aate hain.
Custom Interview Prep
Apna project describe kar — main interview questions generate karunga