A web based music player, which is a browser-native single page application (SPA), that uses the browser's native APIs to manage songs' playing environment. It can be very easily integrated to a backend service for authentication and fetching songs (something to do in the future). As of now, it takes a hardcoded login/pass and plays songs from a json in a file (static).
- Original idea for this application was of Shubhangi
- Since no backend is used
- The login module has hardcoded authentication as of now
- The songs are served from a static JSON file
All scripts and markups in this repository are under GNU General Public License - Version 3