You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A ReactJS app that is made by a combined effort of all students in the Basic Programming and Web Development Course Summer 2021. This app reads data from Shazam Core Public API and posts back a song for Shazam to analyze.
In this exercise, we are reading from RapidAPI's Shazam Core API to render information in a useful way for users via a ReactJS app. We learn how to plan, design and execute.
Install dependencies
npm install
Start the app 🚀
npm start
About
A ReactJS app that is made by a combined effort of all students in the Basic Programming and Web Development Course Summer 2021. This app reads data from Shazam Core Public API and posts back a song for Shazam to analyze.