/Spotigorfy

Simple ReactJs WebApp using the Spotify API to search for artists albums and tracks.

Primary LanguageJavaScriptMIT LicenseMIT

Spotigorfy

PT-BR

Descrição

Web app simples escrito em ReactJs usando a API do Spotify na pesquisa de artistas e listagem de albuns e musicas

Objetivos:

  1. Obter logo na primeira página todos os álbuns do artista “John Williams”. Para cada album exibir o título, capa e algo mais que você achar relevante.

  2. Ao clicar em um album exibir as músicas deste album e outras informações que quiser.

  3. Permitir uma busca para localizar artistas. Deverá ser incluído um input na pagina inicial onde o usuário irá digitar algo e clicar em “buscar”, momento esse que serão listados os artistas encontrados. Clicando em um deles abrirá a lista de discos do artista, tal como no item 1.

Veja em ação


ENG

Description

Simple ReactJs WebApp using the Spotify API on the search for artists and listing of albums and tracks.

Objectives:

  1. Obtain all the albums of the artist "John Williams" on the first page. For each album show the title, cover and anything else you find relevant.

  2. By clicking on an album, show the songs in this album and other information you like.

  3. Allow a artists search. Using a input on the homepage where the user will type something and click on the search button ('buscar' in portuguese). By clicking on the search button the program must list all the find artists. When the user clicks on an artist, show a list containing all the albums of the current artist, just like the item 1.

See it in action!