Orienta Study is a web platform designed to support angolan students interested in studying in India. It allows users to explore university programs through interactive filters by program type, partner universities, and fields of study — making the decision process clear and accessible.
👉 https://orienta-study.vercel.app
- Informative landing page with agency overview
- Services section with CTA for scheduling a consultation
- "Study Abroad" page with dynamic filters:
- Program type selection (Undergraduate, Postgraduate, PhD)
- Display of available universities per selected program
- Filter by university and area of study
- Render list of available courses based on selection
- Responsive design optimized for all devices
- Next.js – React framework for server-side rendering and performance
- Tailwind CSS – Utility-first CSS framework for fast UI styling
- Vercel – Deployment platform
- React Hooks – For dynamic state management
# Clone the repository
git clone https://github.com/SavioTito/orienta-study.git
# Navigate to the project directory
cd orienta-study
# Install dependencies
npm install
# Start the development server
npm run dev