Skip to content

GPantaleao/next-spotify

Repository files navigation

SPOTIFY API



SpotifyAPI

Read it in English

Links   |   Projeto   |   Tecnologias   |   Instalação   |  

🔗 Links

O projeto pode ser acompanhado através do link: SpotifyAPI.

🎮 Projeto

SpotifyAPI


SpotifyAPI é o projeto desenvolvido utilizando a API do Spotify esta plataforma tem como objetivo um site personalizado do spotify com algumas novidades como seus top artistas e musicas recém escutadas.



Login


Playlist


Artist



Projeto totalmente responsivo e funcional.


Telas responsivas

Telas responsivas

🚀 Tecnologias

🔧 Instalação

  1. Renomeie o arquivo .env.example para .env e siga as instruções e links no arquivo
  2. Instale o projeto rodando o comando npm install, yarn install ou pnpm install no seu terminal
  3. Inicie o servidor da web em outro terminal, rodando npm run dev, yarn dev ou pnpm run dev
  4. Para utilizar o aplicativo web, basta abrir http://localhost:3000 em algum browser

💡 Contribuição

  • Faça um fork desse repositório;
  • Crie um branch para a sua feature: git checkout -b minha-feature;
  • Faça um commit com suas alterações: git commit -m 'feat: Minha nova feature';
  • Faça um push para a sua branch: git push origin minha-feature;
  • Faça um pull request com sua feature;

Pull requests são sempre bem-vindos. Em caso de dúvidas ou sugestões, crie uma issue ou entre em contato comigo.


English version


Links   |   Project   |   Technologies   |   Installation   |  

🔗 Links

O projeto pode ser acompanhado através do link: SpotifyAPI.

🎮 Project

SpotifyAPI

SpotifyAPI is the project developed using Spotify's API. This platform aims to be a personalized site for Spotify with some new features such as their top artists and recently listened songs.



Login

Playlist
Artist

Fully responsive and functional design.


Telas responsivas Telas responsivas

🚀 Technologies

🔧 Installation

  1. Rename the .env.example file to .env and follow the instructions and links in the file
  2. Install the project by running npm install, yarn install or pnpm install in your terminal
  3. start the web server in another terminal by running npm run dev, yarn dev or pnpm run dev
  4. To use the web application, just open http://localhost:3000 in some web browser

💡 Contribution

  • Do a fork of that repository;
  • Create a branch for your feature: git checkout -b my-feature;
  • Make a commit with your changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature;
  • Make a pull request with your feature;

Pull requests are always welcome. If you have any questions or suggestions, please create an issue or contact me.


©2023 - Gustavo Silva

🔼 Back to top