About

Triggerscore - a new way to watch old movies


The idea for Triggerscore resulted from my newly discovered guilty pleasure: zapping Netflix for old movies (especially from the 90s) and analyse how much these old movies would trigger viewers today. Triggerscore serves as a portal, where users can find and submit Triggerscore-ratings.

Triggerscore is a solo project. Idea, conception, design aswell as developement of front- and backend are all done by myself. The frontend is based on the JavaScript framework Nuxt3 using Pinia-Store for state management and CSS framework Tailwind for stylings. The frontend of my applicaton is hosted on Netlify. For the backend I use a MongoDB databse, hosted on AWS, and serverless functions. My backend receives ratings from my frontend and saves them in my database. It also reads and serves ratings from my database aswell as calculates the scores. Furthermore my backend provides Top 10s and statistics. As a movie database I use the TMDB api and JustWatch api for available streaming providers.

Logo TMDBLogo JustWatchLogo NuxtLogo TailwindLogo NodeLogo MongoDB