This is the web frontend for the B4cklog project (React + TypeScript).
- Main documentation: B4cklog-Docs
- Project overview, architecture, and API: see main docs above.
- Install dependencies:
npm installoryarn install. - Start development server:
npm startoryarn start. - Configure backend API URL in
src/api/apiService.tsif needed.
- User authentication (JWT)
- Game search, details, and reviews
- Responsive UI