Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 790 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 790 Bytes

Neomorphic Metal Bands

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.

Table of contents

Demo Preview

Demo

Installation

(Back to top)

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

Usage

(Back to top)

npm run start