Hamas
A web application for Browse and discovering video games. Users can filter games by genre, sort by relevance, and see details like platform and ratings. The site features a clean, dark-themed UI.
The RAWG API returns a large volume of data. I used **React Query** for efficient caching, data fetching, and state synchronization, which significantly improved the application's performance and reduced unnecessary network requests.
Creating a dynamic filter that combined genres and platforms required careful state management. I designed a system where filters could be toggled and applied in real-time, providing a seamless user experience.