This project was developed for the selection process of the Codelab extension group.
It is a web application that allows users to search for games using the RAWG API, with dynamic filters for genre, platform, and tags. The results include the game image, rating, release date, and supported platforms.
- Search for games by name
- Paginated results
- Dynamic filters by:
- Genre (Action, Adventure, Puzzle, etc.)
- Tags (Singleplayer, Multiplayer)
- Platforms (PC, PS5, Nintendo Switch, etc.)
- Cards with image, rating, title, release date, and platforms
- Responsive and user-friendly interface
- HTML5
- CSS3
- Vanilla JavaScript
- RAWG Video Games Database API
.
โโโ main.html # Page structure
โโโ main.css # Interface styling
โโโ main.js # Logic and API consumption
๐จโ๐ป Developed by @BrunoZuffo and @CLQueirozz