Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 576 Bytes

File metadata and controls

12 lines (8 loc) · 576 Bytes

React Parent-Child Lecture: Nesting (Music App)

Music App Preview

This is a simple React app that shows how components are nested. It corresponds to the parent-child nesting lecture which is part of the CS And The City curriculum built by Upperline Code.

Getting Started

  1. Clone this repository using git clone
  2. cd into the folder you just cloned
  3. npm install
  4. npm start