Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 907 Bytes

File metadata and controls

24 lines (17 loc) · 907 Bytes

ProjectForge - Professional Builder

ProjectForge is a React-based platform designed to help developers generate real-world project ideas, create detailed architectural blueprints, and prepare for technical interviews.

Features

  • 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.

Tech Stack

  • Frontend: React 19, Tailwind CSS
  • AI: Google Gemini API (@google/genai)
  • Icons: Lucide React
  • Utils: jsPDF

Setup

  1. Clone the repository.
  2. Create a .env file with your API_KEY (Gemini API).
  3. Run npm install.
  4. Run npm start.