ProjectForge is a React-based platform designed to help developers generate real-world project ideas, create detailed architectural blueprints, and prepare for technical interviews.
- Project Generation: Select your role, industry, and difficulty to generate practical and creative project ideas using Google Gemini AI.
- Architectural Blueprints: Get detailed technical breakdowns, tech stacks, and implementation roadmaps.
- Interview Prep: Generate targeted Q&A based on the specific project you built.
- PDF Export: Export your project proposals to PDF.
- Frontend: React 19, Tailwind CSS
- AI: Google Gemini API (@google/genai)
- Icons: Lucide React
- Utils: jsPDF
- Clone the repository.
- Create a
.envfile with yourAPI_KEY(Gemini API). - Run
npm install. - Run
npm start.