1. About the project
Model-View-Controller principles and interactive applications within the course 'Interaction Programming and the Dynamic Web'. 
We developed a companion web app with React, using HTML, CSS, JavaScript, and the contents of the Animal Crossing API.
Users can collect animals, creatures, and music (similar to the game). The mood of the background music changes depending on the weather and time. 
Further team members: Adam Cerven, Sindri Pétursson and Kári Steinn Aðalsteinsson

Top right the Background Music.

2. My Contribution
I implemented among others the technical integration of music files into the web. Animals Crossing has a large selection of music which we present in a pleasant arranged way for enjoyment. 
For that, the URL, title, and song cover are requested. The songs can then be played directly on our site via a URL audio integration (see video above).

The Music page of Anicropedia.

Back to Top