Third project of the web development immersive course offered by GA
HLNA Records is an informative website, providing users for an alternative method of seeking rich music information of artists, tracks, and albums.
User must be able to:
- View albums
- View tracks
- Search tracks
- and find artists
- React
- Bootstrap with react
- Ajax (axios) for API
Two differinet APIs used in combine :
- Last.fm API : to search tracks and get thier information.
- Theaudiodb API : to fetch artists, albums and tracks info.
Challenges & Lessons Learned:
- Working with two different APIs
- Working with react bootstrap was a challenge for the team
- Manipulating props while using react routs