The goal is to make a project with React, load data from a JSON file, create and display components, use state, and use Array.map to create a collection of components.
To use this project, first clone the repo on your device using the commands below:
git init
git clone https://github.com/tsamantanis/neomorphic-metal-bands.git
cd neomorphic-metal-bands
npm install
npm run start