brutal-legends/README.md
2020-03-12 15:36:01 +01:00

28 lines
731 B
Markdown

# BRÜTAL LEGEND
<iframe width="560" height="315" src="https://www.youtube.com/embed/VW88ofmfF0w" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Progress visualisation of the quest to own a vinyl copy of all songs older than 1990 used in [Brütal Legend](https://en.wikipedia.org/wiki/Br%C3%BCtal_Legend), where possible.
Also a project for learning
- CSS Grid layout,
- React,
- Redux,
- Redux-sagas and
- TypeScript.
## Getting started
Install dependencies and start development server with live reload.
npm i
npm start
Visit site on http://localhost:1234
Use `npm run lint` to lint files.
## Build release
npm run build