The progress and celebration of owning all songs from BRÜTAL LEGEND up to 1990 on vinyl, written in React, TypeScript and Redux
albums.json and the covers are now handled as symbolic links. Some minor changes are done in the tsx files as well to mimic some adjustments in the data. |
||
|---|---|---|
| css | ||
| src | ||
| static | ||
| .babelrc | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .gitignore | ||
| .npmrc | ||
| .stylelintrc.js | ||
| .tool-versions | ||
| index.html | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
BRÜTAL LEGEND
https://www.youtube.com/embed/VW88ofmfF0w
Progress visualisation of the quest to own a vinyl copy of all songs older than 1990 used in Brütal 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