Main Features
✔ Daily featured game recommendation (currently showcasing Cyberpunk 2077)
✔ Extensive catalog of popular games including AAA titles and indie games
✔ User profile system
✔ Individual game pages with detailed information
✔ Game discovery section titled "Games to be known"
Technologies Used
✔ Next.js - React framework for server-side rendering and static site generation (evident from the _next/image URL structure)
✔ React - JavaScript library for building user interfaces
✔ Netlify - Hosting and deployment platform
✔ Next/Image - Image optimization component for handling game cover images
✔ External API - Game data fetched from sujeitoprogramador.com/next-api/
Architecture
The application follows a modern JAMstack architecture with:
✔ Dynamic routing for individual game pages (/game/[id])
✔ Optimized image delivery with automatic resizing and quality adjustment
✔ User authentication system with profile management
✔ Clean URL structure for navigation
