A premium alumni networking and talent acquisition platform built with Next.js, featuring advanced verification systems, interactive dashboards, and enterprise-grade UI/UX.
- Alumni Verification System - Multi-method verification including DigiLocker integration and document upload
- Interactive Dashboard - Real-time analytics and networking insights
- Premium Animations - Framer Motion powered interactions with parallax scrolling and hover effects
- Responsive Design - Mobile-first approach with modern UI components
- DigiLocker Integration - Instant verification using digital credential systems
- Document Upload - Manual verification with academic certificates and transcripts
- Skip Option - Limited access for later verification
- Premium Animations - Typewriter effects, magnetic buttons, floating elements
- Dark/Light Themes - Consistent color schemes with proper contrast
- Interactive Elements - Hover animations, 3D card effects, smooth transitions
- Accessibility - WCAG AA compliant with proper contrast ratios
- Frontend: Next.js 14, React 18, TypeScript
- Styling: CSS Variables, Custom Design System
- Animations: Framer Motion
- Icons: Custom SVG icons and Lucide React
- Deployment: Vercel-ready
app/
├── page.tsx # Homepage with hero section and statistics
├── about/ # About page with feature cards
├── dashboard/ # User dashboard with analytics
├── verification/ # Multi-step verification system
├── signup/ # User registration flow
├── components/ # Reusable UI components
└── globals.css # Global styles and design system
- Navy Scale:
--navy-950to--navy-500for primary elements - Surface Scale:
--surface-50to--surface-300for backgrounds - Accent Colors: Success, warning, error states with proper contrast
- Font: Inter (Google Fonts)
- Weights: 300, 400, 500, 600, 700
- Hierarchy: Consistent sizing and spacing
- Cards: Elevated surfaces with hover animations
- Buttons: Primary, secondary, accent variants with hover effects
- Forms: Accessible inputs with focus states
- Status Badges: Color-coded verification states
- Node.js 18+
- npm or yarn
- Clone the repository
git clone https://github.com/[username]/LATAP.git
cd LATAP- Install dependencies
npm install- Set up environment variables
cp .env.example .env.local- Run the development server
npm run dev- Open http://localhost:3000 in your browser
npm run build
npm start- Hero section with parallax scrolling
- Statistics grid with hover animations
- Feature highlights with magnetic buttons
- Company branding with Indian flag
- Method selection with radio button controls
- Real-time processing time display
- Credibility boost indicators
- Accessible selection states
- Analytics overview
- Interactive cards with 3D hover effects
- Progress tracking
- Quick actions
- State Management: React hooks for selection control
- Visual Feedback: Clear selection indicators with proper contrast
- Accessibility: Keyboard navigation and screen reader support
- Processing: Real-time status updates and progress tracking
- Framer Motion: Smooth page transitions and micro-interactions
- Parallax Scrolling: Depth-based scrolling effects
- Hover States: 3D transforms and magnetic button effects
- Loading States: Skeleton screens and progressive loading
- Mobile First: Optimized for all screen sizes
- Touch Friendly: Proper touch targets and gestures
- Performance: Optimized images and lazy loading
- Cross Browser: Tested across modern browsers
- TypeScript for type safety
- ESLint for code quality
- Prettier for formatting
- Consistent naming conventions
- Functional components with hooks
- Props interfaces for type safety
- Reusable design system components
- Separation of concerns
- Next.js optimizations
- Image optimization
- Code splitting
- Bundle analysis
The application is optimized for deployment on:
- Vercel (recommended)
- Netlify
- AWS Amplify
- Docker containers
This project is private and proprietary to Infinitra Innovations.
This is a private repository. For access and contribution guidelines, please contact the development team.
Built with ❤️ by Infinitra Innovations