Small project developed at the for the Front-End module at Trybe.
The goal was to create a spotify-like app, with a simulated login page (only frontend for now), and where users could search for artists, access their albums, mark songs as favorites, play a short preview of each song, and edit their own profile.
Every page uses or simulates an async request to an API, therefore the "loading" text every time a new page is loaded. That was a pre-requisite from Trybe.
It was made using ReactJS class components, with state and props manipulation.
You can click here to check the current state of the application.
- ReactJS
- CSS3
As of now, I am working on making the page mobile-friendly.