A premium, high-fidelity platform designed for CS engineers to master core subjects and ace technical interviews. Built with React + Vite + Framer Motion.
- Ultra-Premium UI/UX: Glassmorphic design with advanced mesh gradients and micro-animations.
- Syllabus Explorer: Comprehensive notes for DBMS, OS, OOPs, and more.
- Interactive Practice: MCQ engine with real-time feedback and explanation.
- GFG/W3Style Sidebar: Professional tutorial navigation for deep learning.
- Developer Brand: Integrated LinkedIn, X, and GitHub connectivity. live chweck https://sylablink.vercel.app/
This project is optimized for Vercel with a vercel.json for SPA routing.
- Build Command:
npm run build - Output Directory:
dist - Connection: Connect your GitHub repo to Vercel, and it will auto-deploy.
To host on Render as a Static Site:
- Create a "Static Site" on Render.
- Connect your GitHub repository.
- Set Build Command to
npm run build. - Set Publish Directory to
dist. - Under Redirects/Rewrites, add:
- Source:
/* - Destination:
/index.html - Action:
Rewrite
- Source:
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildCreated by Prince Yadav. Connect on LinkedIn | X (Twitter)