SkillSync is a sleek, fully responsive quiz app built with Next.js, Zustand, Tailwind CSS, and Framer Motion. It offers a smooth and fun way to test your knowledge across beginner, intermediate, and advanced levels, with instant feedback and a smart AI chatbot to assist you.
(https://skill-sync--eight.vercel.app/)
- Beginner, Intermediate, and Advanced levels
- Each level has its own dedicated page
- Clean and interactive UI for answering questions
- Uses Zustand to manage quiz state, track answers, and store scores
- Integrated with Hugging Face (OpenRouter API)
- Real-time chatbot for help and explanations
- Fully responsive (mobile-first)
- Light/Dark theme toggle
- Smooth animations using Framer Motion
- Sticky navbar and animated footer
- Scroll effects and interactive cards
- Displays your score at the end of the quiz
- Shows correct and incorrect answers
- Option to retake the quiz
git clone https://github.com/Gitanjali1909/SkillSync.git
cd SkillSync
npm install
npm run dev