Music review app

Screenshot of the Gatti Culture website
Screenshot of the Gatti Culture website

Problem Solved

"Gatti Culture" is a music review app that allows users to rate hip-hop artists, tracks, and albums. It provides a platform for fans to share their opinions and discover new music within the hip-hop genre. The application is no longer available because it was not cost-effective to maintain.

Technologies Used

I built the application using the Python-based Django framework for the backend, while the frontend was implemented with plain JavaScript, without relying on any additional frameworks. To enable real-time notifications, I utilized Redis, allowing users to like or dislike reviews. Users can share their reviews, and the app generates an image that includes the rating attributes, the rated item (such as an album, song, or artist), and the overall rating. To generate these images, I used the Pillow library.

Images

The image contains a screenshot from the homepage of the Gatti Culture website.
The image contains a screenshot that show a user's ratings on some songs.
The Image contains the top rated artists on Gatti Culture.
Image of gatti culture's artist rating card.'
Image of gatti culture's album rating card.