StackoverFlow-clone (Live Demo)
This is a clone of Stack ovarflow a complex Q&A platform for developers to ask questions, share knowledge, and learn from each other. It is built with Next.js, Tailwind CSS, Clerk, MongoDB, and more.
- NextJS
- TypeScript
- TailwindCSS
- shadcn UI
- MongoDB
- Clerk
- Zod
- Before cloning the repository, the application uses Clerk for Authentication and User Management, MongoDB database & TinyMCE text editor, therefore, you need to create accounts on those platforms.
- Clone the repository to your local machine.
- Create a .env file accoridng to .env.example.
- Install the dependencies using
npm install
. - Start the development server using
npm run dev
.
Stack overflow clone is an open-source project, and we welcome contributions from the community. If you'd like to contribute, please fork the repository and submit a pull request with your changes.