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.
- Host: GitHub
- URL: https://github.com/iyousefibrahim/gameover
- Owner: iyousefibrahim
- Created: 2024-06-30T12:02:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T10:24:19.000Z (almost 2 years ago)
- Last Synced: 2025-05-18T22:13:47.202Z (about 1 year ago)
- Topics: api, bootstrap, css3, es6, html5, javascript
- Language: JavaScript
- Homepage: https://iyousefibrahim.github.io/GameOver/
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.