The Game Info App is a simple web application that allows users to search and explore video games using the RAWG API. The user searches for a game, and the app fetches and displays the results from the API.
RAWG Video Games API
https://rawg.io/apidocs
- Search games by name
- Filter games by platform
- Sort games by rating, popularity, release date, or name
- HTML
- CSS
- JavaScript
- Fetch API
- Fetching data using fetch()
- DOM manipulation
- Event listeners
- API query parameters
- Clone this repository
- Get an API key from RAWG (https://rawg.io/apidocs)
- Open
script.js - Replace
"YOUR_RAWG_API_KEY"with your real RAWG API key - Open
index.htmlin your web browser
capstone/
├── index.html # Main HTML file
├── style.css # CSS stylesheets
├── script.js # JavaScript logic
└── README.md # Project documentation
- Basic structure completed
- RAWG API integration completed
- Search, filter, and sort completed
- Ready for final submission after adding your API key in
script.js