This is an interactive games website built with JavaScript using object-oriented programming (OOP) concepts. The site fetches data from APIs and features a responsive design powered by Bootstrap, including a navbar with different game categories for easy browsing.
https://hager9.github.io/Games/
- Game Categories: A responsive navbar allows users to explore games by category.
- API Integration: Games data is dynamically loaded from external APIs.
- Responsive Design: Fully responsive layout, adapting to different screen sizes.
- JavaScript: For dynamic functionality and OOP concepts.
- Bootstrap: For styling and responsive layout.
- APIs: To fetch game data dynamically.
1- Clone the repository:
git clone https://github.com/hager9/Games.git2- Navigate to the project directory:
cd Games3- Open index.html in your browser to view the website.


