AI-powered placement portal for campus recruitment. Track 180+ companies, check resume ATS scores, get interview prep guides, and map your career path.
- Bento grid with live stats: Total Companies, Avg Package, Highest CTC
- Package distribution chart and top hiring locations
- Searchable company cards with filters
- 184 companies with full placement data
- π Month-wise date filter β filter by notification month (Jul 2025, Aug 2025, etc.)
- π·οΈ 13 role category filters β SDE, Full Stack, Data Science, DevOps, QA, etc.
- π CTC / CGPA / Location filters
- π Date sorting β newest or oldest first
- πΊοΈ Roadmap.sh integration β preparation paths for each role
- π Interview Prep Blog per company β rounds, LeetCode patterns, Striver's Sheet focus, tips & resources
- Personal info, social media connections (GitHub, LinkedIn, LeetCode, HackerRank, CodeForces, GfG, Twitter, Portfolio)
- Skills management with categories & proficiency levels
- Certificate tracking
- Paste resume β get ATS match score
- Strengths & gaps analysis
- Power project recommendations
- Resume vs Job Description keyword matching
- ATS score calculation
- Optimization tips with sample JDs
- Auto-parse placement text into structured data
- Manual entry form
- Entry management
- Package / CGPA / Role / Location distribution charts
- Top 10 packages leaderboard
- Animated bar charts
| Layer | Technology |
|---|---|
| Framework | Next.js 16 (App Router, Turbopack) |
| Language | TypeScript 5 |
| Styling | Tailwind CSS v4 |
| Animations | Framer Motion 12 |
| Icons | Lucide React |
| Design | Glassmorphism, Deep Space dark mode |
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run buildOpen http://localhost:3000 in your browser.
src/
βββ app/
β βββ page.tsx # Dashboard
β βββ layout.tsx # Root layout with sidebar
β βββ companies/ # Companies with filters & prep guides
β βββ profile/ # User profile
β βββ match/ # AI Match
β βββ resume/ # ATS Checker
β βββ admin/ # TNP Admin
β βββ analytics/ # Analytics dashboard
βββ components/
β βββ Sidebar.tsx # Navigation sidebar
βββ lib/
βββ data.ts # 184 company records
βββ types.ts # TypeScript interfaces
βββ utils.ts # Filter, sort, stats utilities
βββ prep-data.ts # Interview prep & roadmap data
MIT Β© 2026
Built with π by Srihari