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
- Host: GitHub
- URL: https://github.com/anmarchenko/igroteka_fe
- Owner: anmarchenko
- Created: 2021-11-07T18:39:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T07:50:56.000Z (over 1 year ago)
- Last Synced: 2025-04-04T23:13:28.527Z (about 1 year ago)
- Topics: backlog, games, javascript, react
- Language: JavaScript
- Homepage: https://igroteka.cc
- Size: 4.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.