Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 317 Bytes

MusicFind App

App that finds song lyrics using React, Context Api and the Spotify API.

Status - Under Construction 🚧

Website Link

Quick Start

# Install dependencies
npm install

# Serve on localhost:3000
npm start

# Build for production
npm run build