Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 680 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 680 Bytes

Classical Music Recommender

This web app suggests random piano or violin pieces.

Technology Stack

Express, React, YouTube API V3 and Material UI are used for developing this web app.

Installation

Make sure Node is installed. Run the app in the development mode using the following commands:

npm run install-client
npm run client

Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.