This project is a dynamic website that fetches and displays games from different categories using a free-to-play games API. It features a responsive design with navigation and game details view.
- Header and Navigation: Provides site branding and navigation links.
- Main Content: Displays game categories and dynamically loads game cards.
- Game Details View: Shows detailed information about each selected game.
- API Integration: Fetches game data using RapidAPI's free-to-play games database.
- HTML/CSS: Structured and styled the web pages.
- Bootstrap: Utilized for responsive layout and UI components.
- Google Fonts: Integrated 'Poppins' font for typography.
- Font Awesome: Included for icons across the site.
- JavaScript (ES6+): Used for fetching API data, event handling, and DOM manipulation.