SpotifyElectron icon indicating copy to clipboard operation
SpotifyElectron copied to clipboard

Spotify Electron is a cross-platform music streaming desktop app made with Electron-React frontend and Python-FastAPI-AWS Backend. The goal is to reproduce the original Spotify functionality while add...

Results 5 SpotifyElectron issues
Sort by recently updated
recently updated
newest added

## Description Create a health endopoint ## Context Having a simple health endpoint allows us to determine if the app has launched correctly. The goal is creating and endpoint in...

good first issue
backend
help-wanted

## Description Improve the selection of the Player Component depending on the selected architecture ## Context In file ![global.ts](https://github.com/AntonioMrtz/SpotifyElectron/blob/master/Electron/src/global/global.ts) theres a variable that controls which Music Player component the app...

good first issue
frontend
help-wanted

## Description ## Commit type Feat/Reafactor ## Issue ## Solution ## Proposed Changes - Divide logic into Router - Service - Repository - Use Exceptions as flow control - Add...

documentation
backend
frontend
test
refactor

## Description Modify the behaviour of upload song button so its disabled while waiting for the song to be uploaded. ## Context In component [AddSongPlayListAccordion.tsx](https://github.com/AntonioMrtz/SpotifyElectron/blob/master/Electron/src/components/Sidebar/ModalAddSongPlaylist/ModalAddSongPlaylist.tsx) when the user decides to...

good first issue
frontend
help-wanted

Create an endpoint for PATCH /usuarios/promote that accepts an user name and: * Deletes the user from user database ( method already created on user_service ) * Creates an artist...

good first issue
backend
help-wanted