The Game Explorer Web App is a responsive web application that allows users to explore video games using real-time data from a public API. Users can search for games, filter them based on genres and platforms, and sort them by rating or alphabetical order. The application also provides detailed information about each game, including platform availability and system requirements (when available).
- ๐ Search games by name
- ๐ฏ Filter games by genre and platform
- ๐ Sort games by rating and alphabetical order
- ๐ฑ Fully responsive design (mobile, tablet, desktop)
- ๐ฎ View detailed game information
- ๐ป Display PC system requirements (if available)
This project uses the RAWG Video Games Database API to fetch real-time game data, including game details, ratings, genres, and platform information.
- HTML
- CSS
- JavaScript (ES6)
- Fetch API
- Clone the repository
- Open the project folder
- Open
index.htmlin your browser
- Milestone 1: Project Setup and Planning
- Milestone 2: API Integration
- Milestone 3: Core Features Implementation
- Milestone 4: Final Deployment and Submission
- The application uses array higher-order functions such as
map(),filter(), andsort()for data manipulation. - Some games may not have complete system requirement data available from the API.