This app is made for practice in react using musixmatch api with react router, Context API and bootstrap. This was from tutorial I found on Youtube channel Brad Traversy.
You can check app here https://supremesalvatore.github.io/react-lyrics-finder/
In order to create start this app you will need to make .env
file in root of the file with containing env variables:
REACT_APP_API_KEY='YOUR_API_KEY'
REACT_APP_BASE_URL='https://cors-anywhere.herokuapp.com/https://www.food2fork.com/api/'
REACT_APP_PUBLIC_URL='https://your-username.github.io/your-repo-name'
Install packages from package.json
In order to start application after you make .env
Make build folder
Deploy on Github pages with gh-pages package you already installed
This project was bootstrapped with Create React App.