Spaces:
Sleeping
Sleeping
File size: 838 Bytes
0825248 e6b5231 0825248 e6b5231 0825248 e6b5231 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ---
title: Negotiation Simulator
emoji: 💼
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
---
# Negotiation Simulator
Practice salary negotiations with AI playing the hiring manager. Get real-time feedback and a performance report.
## Features
- **Real Tactics** - AI uses anchoring, urgency, questioning, and more
- **3 Difficulty Levels** - Easy, Medium, Hard
- **Chat Interface** - Real-time back-and-forth negotiation
- **Tactic Detection** - See what tactics the hiring manager uses
- **Performance Report** - Score, strengths, missed opportunities, pro tips
## 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
|