Skip to content

DATADEER/lekker.games_frontend

Repository files navigation

lekker.games_frontend

frontend logo

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.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Try out Application

Possible SteamIDs

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 input
  • 1 = [ERROR] profile/games are not public
  • 2 = [ERROR] profile is public but user has no games

The frontend runs on http://localhost:8080

Screenshots

home page

home page

home page

home page

home page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published