Groupie Trackers consists of receiving a given API and manipulating the data contained in it in order to create a website displaying the information.
You will be given an API, that is made up of four parts:
artists: Contains information about some bands and artists like their name(s), image, in which year they began their activity, the date of their first album and the members.
locations: Contains their last and/or upcoming concert locations.
dates: Contains their last and/or upcoming concert dates.
relation: Links the data of all the other parts, artists, dates and locations.
Given all this, you should build a user-friendly website where you can display the band’s info through several data visualizations (examples : blocks, cards, tables, lists, pages, graphics, etc). It is up to you to decide how you will display it.
This project also focuses on the creation and visualization of events/actions.
This project will help you learn about: