🧠 DevOverflow is a full-stack Q&A platform inspired by StackOverflow, built during the Next.js 14 Full-Stack Course by JS Mastery.
🛠️ Built with Next.js 14, TypeScript, Tailwind CSS, Shadcn UI, MongoDB, and Clerk, this app includes:
🔍 Advanced filtering and search
🗳️ Voting, view tracking, and reputation system
🏅 Badge-based gamification
🤖 AI-powered answers using Gemini API
🎯 While the course provided the core structure, I extended the project by building a custom Job Search section, implementing full UI styling with Shadcn UI, and managing state/query patterns for performance.
💡 This project helped me deepen my understanding of full-stack architecture, authentication flows, and accessible component design. It also pushed me to think about data flow, UX consistency, and production-readiness.
🔧 Source code available at: https://github.com/lil-bee/Stackoverflow_Clone-NextJS14