An open API service indexing awesome lists of open source software.

https://github.com/iyousefibrahim/gameover

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.
https://github.com/iyousefibrahim/gameover

api bootstrap css3 es6 html5 javascript

Last synced: about 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

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