Leia em Português | Read in English
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.
- React
- React Testing Library
- React Context
- CSS
- Acesse https://daviazev-trybetunes.netlify.app/
- Ou instale usando o comando
git clone [email protected]: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
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.
- React
- React Testing Library
- React Context
- CSS
- Access https://daviazev-trybetunes.netlify.app/
- Or install it using the command
git clone [email protected]: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