- This project involves developing a web application using NextJS v14.
- The Project is a Stackoverflow clone w/ MDX (Markdown JSX) Support.
- Implemented Local as well as Global Searching functionality.
- Includes Custom Recommandation System along w/ different Category sorting.
- Facilitating power of Clerk authentication system with Webhook support for mongodb.
- Visit devFlood
- Clone the repository
git clone https://github.com/m4dd0c/devFlood.git
- Install modules
npm i
- Start server
npm run dev