This web app: This app allows the user to discover random songs
- Fetch & Display: Button triggers an API request from Apple Music and displays one result at a time, including at least three attributes and an image.
- Randomized Results: Each button click provides a seemingly random new result.
- Ban List (Toggle): Clicking on an attribute adds the song to a ban list; clicking again removes it.
- Filtered Results: Banned attributes prevent matching results from appearing in future API calls.
- Result History: A session-based history records all previously displayed results (images + attributes).
Here's a walkthrough of implemented user stories:
GIF created with ScreenToGif
Copyright [2025] [Chhiv Guech Houth]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
