An open API service indexing awesome lists of open source software.

https://github.com/anmarchenko/igroteka_fe

Frontend for a games backlog management application
https://github.com/anmarchenko/igroteka_fe

backlog games javascript react

Last synced: about 2 months ago
JSON representation

Frontend for a games backlog management application

Awesome Lists containing this project

README

          

# Igroteka FE

This is the frontend for my gaming backlog app. I use it on a daily basis to keep track of video games I played/want to play/playing now. You can read more about this project on my [personal website](https://amarchenko.de/igroteka).

## Prerequisites

- [Igroteka backend](https://github.com/anmarchenko/igroteka)
- [nodejs](https://nodejs.org/en)

## Run locally

Install dependencies:

```bash
npm install
```

Run backend (see instructions in [igroteka](https://github.com/anmarchenko/igroteka) repository).

Run frontend app:

```bash
npm run start
```

Navigate to `http://localhost:3000` and login with `admin@skaro.com/12345678`. Have fun testing the app!

## Deployment

This application is deployed to [Netlify](https://www.netlify.com) after every commit to `master` branch in this repo.