Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.32 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.32 KB

PopArt

This application will show how popular artists are depending on the amount of followers they have.

alt-tag

The user can click on any of the music genres listed on the navigation bar on left, bubbles will animate on the right side of the screen. The radius of each bubble will vary depending on the number of followers each artist has.

alt-tag

When the user hovers over an artist a green stroke will be added to the the bubble being hovered, a tool tip will show up and display the name of the artist and number of followers the artist has.

alt-tag

Once the user clicks the bubble a new screen will show a bigger picture of the artist with their name and number of followers, it will also display all of the artist's discography, and there is a button that allows the user to go back and search for a different artist or genre.

alt-tag

Technologies used

For this project I used HTML, CSS, D3 and jQuery