Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game Info App

Description

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.

API Used

RAWG Video Games API
https://rawg.io/apidocs

Features

  • Search games by name
  • Filter games by platform
  • Sort games by rating, popularity, release date, or name

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Fetch API

Concepts Used

  • Fetching data using fetch()
  • DOM manipulation
  • Event listeners
  • API query parameters

Setup and Installation

  1. Clone this repository
  2. Get an API key from RAWG (https://rawg.io/apidocs)
  3. Open script.js
  4. Replace "YOUR_RAWG_API_KEY" with your real RAWG API key
  5. Open index.html in your web browser

Project Structure

capstone/
├── index.html      # Main HTML file
├── style.css       # CSS stylesheets
├── script.js       # JavaScript logic
└── README.md       # Project documentation

Current Project Status

  • Basic structure completed
  • RAWG API integration completed
  • Search, filter, and sort completed
  • Ready for final submission after adding your API key in script.js

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages