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.
Install dependencies:
npm install
Run backend (see instructions in igroteka repository).
Run frontend app:
npm run start
Navigate to http://localhost:3000
and login with [email protected]/12345678
. Have fun testing the app!
This application is deployed to Netlify after every commit to master
branch in this repo.