Spaces:
Sleeping
Sleeping
| title: Code Roast Battle | |
| emoji: 🔥 | |
| colorFrom: red | |
| colorTo: pink | |
| sdk: docker | |
| pinned: false | |
| # Code Roast Battle | |
| Get your code roasted Gordon-Ramsay-style! Paste any code snippet and Chef CodeRamsay will brutally critique it, then show you how it should actually be written. | |
| ## Features | |
| - **Gordon Ramsay Style** - Dramatic, funny roasts of your code | |
| - **Issue Detection** - Finds bugs, code smells, bad practices | |
| - **Severity Ratings** - Mild, Spicy, Nuclear | |
| - **Code Rewrite** - Shows how the code SHOULD look | |
| - **Hire Verdict** - Would they hire you? YES / MAYBE / GET OUT | |
| ## Quick Start | |
| ```bash | |
| cd backend && cp .env.example .env && npm install && npm start | |
| cd frontend && npm install && npm run dev | |
| ``` | |
| ## Tech Stack | |
| - **Frontend**: React 19 + Vite | |
| - **Backend**: Express.js | |
| - **AI**: Groq (cloud) / Ollama (local) - both free | |