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 install
oryarn install
. - Start development server:
npm start
oryarn start
. - Configure backend API URL in
src/api/apiService.ts
if needed.
- User authentication (JWT)
- Game search, details, and reviews
- Responsive UI