This is the frontend of a game recommendation engine. It still in development and currently only usable with mocked data via a mocked API.
Run the mocked API with node index.js
on http://localhost:4000
And run this repository with npm run serve
on port http://localhost:8080
or check out the Live Demo enviroment using mocked data.
npm install
npm run serve
npm run build
The input field on http://localhost:8080/#/mygames takes the follwing values to produce certain application states. Like errors and valid results.
<anyString>
= [VALID] mocked valid user profile<empty input field>
= [ERROR] no user input1
= [ERROR] profile/games are not public2
= [ERROR] profile is public but user has no games
The frontend runs on http://localhost:8080