Skip to content

Latest commit

 

History

History
110 lines (64 loc) · 3.84 KB

README.md

File metadata and controls

110 lines (64 loc) · 3.84 KB

GA Logo

HLNA Records

Third project of the web development immersive course offered by GA

Project Description

HLNA Records is an informative website, providing users for an alternative method of seeking rich music information of artists, tracks, and albums.

Planning

User Stories

User must be able to:

  • View albums
  • View tracks
  • Search tracks
  • and find artists

Technologies Used

  • React
  • Bootstrap with react
  • Ajax (axios) for API

APIs Used

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.

Highlights

Challenges & Lessons Learned:

  • Working with two different APIs
  • Working with react bootstrap was a challenge for the team
  • Manipulating props while using react routs

Project Demo

HLNA Records