INTRODUCTION
Audio Player Website is a web application developed in HTML, CSS, JavaScript, and Bootstrap as part of a Computer Engineering assignment (2nd semester, FACENS). The project simulates a music streaming interface inspired by Spotify, allowing users to search and play back songs from a curated local library.
IMPLEMENTATION
The application was built using HTML5, CSS3, and JavaScript with the Bootstrap framework for responsive layout and component styling. The project was developed and tested in conjunction with Express.js. Audio files are served directly from the repository — a pragmatic decision made due to the time-constrained scope of the assignment and not representative of a production approach.
RELEVANCE
Music streaming platforms represent one of the most widely used categories of web application today. By recreating the core playback and search experience, this project provided hands-on exposure to media handling in the browser, asynchronous JavaScript, and component-based layout design — skills that are directly transferable to production web development.
Note: The application is available in Portuguese only. Serving audio assets directly from the repository is not a recommended practice for production environments and was adopted solely for the purposes of this assignment.