A modern scholarship discovery platform powered by AI, helping international students locate funding opportunities at top U.S. universities.
- 🔍 AI-powered scholarship search
- 🎯 Advanced filtering (location, degree level, award amount)
- 🏫 Detailed university profiles
- 📊 Scholarship insights and visual statistics
- 💻 Fully responsive, mobile-first design
- 🚀 Performance optimized with Next.js Image & CDN caching
- ✨ Interactive UI animations powered by Framer Motion
- Framework: Next.js (App Router)
- Language: TypeScript
- Styling: Tailwind CSS + shadcn/ui
- Animations: Framer Motion
- Icons: Lucide
- Deployment: Vercel
- Node.js v18.x or higher
- pnpm v7.x or higher (or yarn & npm)
-
Clone the repository:
git clone https://github.com/Davidson3556/ScholarSeeker-AI.git cd ScholarSeeker-AI -
Install dependencies:
pnpm install
pnpm devOpen http://localhost:3000 in your browser.
.
├── app/ # Next.js App Router pages & layouts
│ ├── about/
│ ├── construction/
│ ├── school/
│ └── search/
├── components/ # Reusable UI components
│ ├── home/
│ ├── scholarship/
│ └── ui/
├── lib/
├── services/
├── types/ # TypeScript interfaces & types
├── public/ # Static assets (images, fonts)
└── styles/ # Global & theme styles
This project is configured for seamless deployment on Vercel:
- Push your code to GitHub.
- Log in to Vercel and create a new project.
- Select your GitHub repository.
- Deploy with the default settings.
Vercel will automatically:
- Detect the Next.js framework
- Build & optimize assets
- Enable HTTPS and CDN caching
- Provide deployment previews and analytics
