项目作者: Rupak240

项目描述 :
Lyrics Finder App
高级语言: JavaScript
项目地址: git://github.com/Rupak240/react-LyricsFinder.git
创建时间: 2020-09-03T10:13:56Z
项目社区:https://github.com/Rupak240/react-LyricsFinder

开源协议:

下载


LyricFinder App || Made by React Hooks & Context API

App that finds song lyrics using React and the Musixmatch API.

Musixmatch API

Get your API key and add to the .ENV file

https://developer.musixmatch.com

Quick Start

  1. # Install dependencies
  2. npm install
  3. # Serve on localhost:3000
  4. npm start
  5. # Build for production
  6. npm run build