Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 917 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 917 Bytes

Game Over Website

Overview

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.

Sections

  1. Header and Navigation: Provides site branding and navigation links.
  2. Main Content: Displays game categories and dynamically loads game cards.
  3. Game Details View: Shows detailed information about each selected game.
  4. API Integration: Fetches game data using RapidAPI's free-to-play games database.

Technologies Used

  • 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.