Time Tune is a media trivia web application built entirely with React that challenges players to guess the release year of movies, TV shows, and music albums.
The app uses real-time data from the TMDB, TVDB, and TheAudioDB APIs to create a dynamic and replayable trivia experience with constantly changing content.
- Movie, TV, and music trivia
- Real-time API integration
- Responsive React UI
- Asynchronous data fetching
- State management with React hooks
- Media preloading and caching for smoother gameplay
- Fast transitions between trivia questions
- React
- JavaScript
- TMDB API
- TVDB API
- TheAudioDB API
- CSS Modules
This project emphasized:
- Asynchronous programming
- API integration
- Performance optimization
- State management
- Responsive design
A major focus was improving user experience through media preloading and caching to reduce loading times and create smoother gameplay transitions.