A Spotify-inspired music library built with Python and a custom-designed landing page.
This project explores both functionality and interface design by combining:
- Python playlist logic
- HTML landing page layout
- CSS UI styling
- (Next) JavaScript interactivity
- View songs
- Search songs
- Create playlists
- Add songs to playlists
- View playlists
- Custom landing page UI
Python
HTML
CSS
JavaScript (in progress)
- Built landing page (HTML/CSS)
- Created app interface (app.html)
- Implemented live search with JavaScript
- Added dynamic playlist creation UI