The progress and celebration of owning all songs from BRÜTAL LEGEND up to 1990 on vinyl, written in React, TypeScript and Redux
Find a file
Anders Ytterström ec27589232 Initial Commit
React app with Redux state, mostly based around the todo example in the
Redux documentation.

It's a list of items (albums) which can be filtered by a string.

 * A list of albums that is mapped from state to props.
 * A filter input is controlled by redux state.
2018-11-21 14:57:00 +01:00
assets Initial Commit 2018-11-21 14:57:00 +01:00
src Initial Commit 2018-11-21 14:57:00 +01:00
.babelrc Initial Commit 2018-11-21 14:57:00 +01:00
.gitignore Initial Commit 2018-11-21 14:57:00 +01:00
.npmrc Initial Commit 2018-11-21 14:57:00 +01:00
index.html Initial Commit 2018-11-21 14:57:00 +01:00
package-lock.json Initial Commit 2018-11-21 14:57:00 +01:00
package.json Initial Commit 2018-11-21 14:57:00 +01:00
webpack.config.js Initial Commit 2018-11-21 14:57:00 +01:00