Turbo is a car-themed quiz game built as a training project during an apprenticeship as an Application Developer.
It was created using an Angular frontend and a Symfony backend, with MySQL as the database.
🔗 Live demo: https://turbo.relativv.de
- Frontend: Angular
- Backend: Symfony
- Database: MySQL
- Communication: REST API (JSON)
- Deployment: Docker
- Choose quizzes by difficulty or category
- You have three lives — lose a life for each wrong answer
- The game ends when all lives are lost
- Score and result evaluation at the end
- Non-responsive layout (primarily built for desktop)
- /frontend/ → Angular app
- /backend/ → Symfony app
- /dev-ops/ → Docker container configuration
- README.md → Project documentation


