Clone or download the project files and run npm install
in the project directory.
The project was originally bootstrapped with Create React App.
Run the script in the project directory.
Open http://localhost:3000 to view it in the browser.
In case there is an error in running npm start
scipt, run npm i react-scripts
.
May need to run npm audit fix --force
.
Responsive styling is done using tachyons.
The audio card component is done using audiocard.
Using Cors Anywhere proxy to implemet cross-origin API requests. Documentation here
You can learn more in the Create React App documentation.