A full-stack web application that helps students discover, compare, and explore colleges based on ratings, fees, placements, and location.
π https://college-discovery-platform-phi-seven.vercel.app/
π https://github.com/diyasharma22/college-discovery-platform
- Browse colleges with detailed information
- View fees, ratings, placements, and location
- Responsive card-based UI
- Search colleges by name
- Search colleges by location
- Instant filtering results
- Compare multiple colleges side by side
- Evaluate fees, ratings, and placement statistics
- Predict suitable colleges based on user inputs
- Simple recommendation interface
- Dedicated page for every college
- Detailed college information
- Next.js 16
- React 19
- TypeScript
- Tailwind CSS
- Next.js API Routes
- Prisma ORM
- PostgreSQL
- Neon Database
- Vercel
src/
βββ app/
β βββ api/
β β βββ colleges/
β βββ college/
β β βββ [id]/
β βββ compare/
β βββ predictor/
β βββ page.tsx
β
βββ components/
β βββ Navbar.tsx
β βββ SearchColleges.tsx
β
βββ lib/
βββ prisma.tsgit clone https://github.com/diyasharma22/college-discovery-platform.gitcd college-discovery-platformnpm installCreate a .env file:
DATABASE_URL=your_neon_database_urlnpx prisma generatenpm run devOpen:
http://localhost:3000The project uses:
- PostgreSQL
- Neon Database
- Prisma ORM
Example College Fields:
- ID
- Name
- Location
- Fees
- Rating
- Placement Percentage
- Description
The homepage allows students to browse colleges, search by name or location, and navigate to comparison and prediction tools.
Compare multiple colleges side-by-side based on fees, ratings, placements, and other important factors.
A simple predictor tool that helps students find suitable colleges based on their inputs.
- User authentication
- College reviews and ratings
- Advanced filtering
- Scholarship recommendations
- AI-powered college suggestions
- Bookmark favorite colleges
Diya Sharma
- GitHub: https://github.com/diyasharma22
- LinkedIn: https://www.linkedin.com/in/diya-sharma-813973324/
This project is created for educational and internship purposes.


