Read it in English
Links | Projeto | Tecnologias | Instalação |
O projeto pode ser acompanhado através do link: 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.
Projeto totalmente responsivo e funcional.
- Typescript (https://www.typescriptlang.org/)
- NextJS (https://nextjs.org/)
- Next Auth (https://next-auth.js.org/)
- ReactJS (https://reactjs.org/)
- RecoilJS (https://recoiljs.org/)
- Tailwind CSS (https://tailwindcss.com/)
- Spotify API (https://developer.spotify.com/documentation/web-api)
- Lucide Icons (https://lucide.dev/)
- Vercel - Hospedagem Web/Server (https://vercel.com/)
- Renomeie o arquivo
.env.example
para.env
e siga as instruções e links no arquivo - Instale o projeto rodando o comando
npm install
,yarn install
oupnpm install
no seu terminal - Inicie o servidor da web em outro terminal, rodando
npm run dev
,yarn dev
oupnpm run dev
- Para utilizar o aplicativo web, basta abrir http://localhost:3000 em algum browser
- 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 |
O projeto pode ser acompanhado através do link: 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.
Fully responsive and functional design.
- Typescript (https://www.typescriptlang.org/)
- NextJS (https://nextjs.org/)
- Next Auth (https://next-auth.js.org/)
- ReactJS (https://reactjs.org/)
- RecoilJS (https://recoiljs.org/)
- Tailwind CSS (https://tailwindcss.com/)
- Spotify API (https://developer.spotify.com/documentation/web-api)
- Lucide Icons (https://lucide.dev/)
- Vercel - Hospedagem Web/Server (https://vercel.com/)
- Rename the
.env.example
file to.env
and follow the instructions and links in the file - Install the project by running
npm install
,yarn install
orpnpm install
in your terminal - start the web server in another terminal by running
npm run dev
,yarn dev
orpnpm run dev
- To use the web application, just open http://localhost:3000 in some web browser
- 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.