Skip to content

daviazev/trybetunes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trybetunes

Leia em Português | Read in English


Português 🇧🇷

Sobre

Trybetunes é um projeto desenvolvido durante o curso da Trybe, sendo o 4º do módulo de front-end. O objetivo era criar um app de músicas usando a API do iTunes.

Tecnologias usadas

  • React
  • React Testing Library
  • React Context
  • CSS

Como rodar o projeto

  • Acesse https://daviazev-trybetunes.netlify.app/
  • Ou instale usando o comando git clone git@github.com:daviazev/trybetunes.git
  • Entre na pasta usando cd trybetunes
  • Instale as dependências do projeto usando npm install
  • Pronto! Você pode rodar usando o comando npm start

English 🇺🇸

About

Trybetunes is a project developed during the Trybe course, being the 4th project of the front-end module. The goal was to create a music app using the iTunes API.

Technologies Used

  • React
  • React Testing Library
  • React Context
  • CSS

How to Run the Project

  • Access https://daviazev-trybetunes.netlify.app/
  • Or install it using the command git clone git@github.com:daviazev/trybetunes.git
  • Navigate to the folder using cd trybetunes
  • Install the project dependencies using npm install
  • Done! You can run it using the command npm start