🚀 DevFlow is a platform designed to empower developers, similar to Stack Overflow, where users can sign up, share code, comment on posts, and more. It's my own version with a focus on SEO-friendliness, high performance, and seamless user experience.
Note: The project is currently in development process. It is not finished yet
- User Authentication – Sign up/login with GitHub or Google.
- Share Code – Post questions, answers, and share code snippets.
- Comment & Interact – Comment on posts and engage with the community.
- SEO-Friendly – Optimized for search engine visibility.
- High Performance – Built to handle high traffic and scale effortlessly.
- Next.js
- Typescript
- TailwindCSS
- Building the app from the ground up with best practices.
- Integrating multiple features such as code sharing, commenting, and third-party authentication.
- Implementing authentication with GitHub and Google.
use git clone or download the zip of the project
cd your-repo-name
npm install
npm run dev
Then open http://localhost:3000/ in your browser.