Skip to content

An api-based video game database application that incorporates a random game picker, a favorite games section, and automatically-generated free games based on results. This was a collaborative project with 3 other bootcamp attendees.

Notifications You must be signed in to change notification settings

WebDeverDan/Confused-Gamer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Bootcamp Class Project One. This site makes use of two different API's that allow information to be pulled and used to help gamers find a new game quick and easy. The CSS framework Materialze is used as well as jQuery to help with Javascript.

Acceptance Criteria

  • Use a CSS framework other than Bootstrap.

  • Be deployed to GitHub Pages.

  • Be interactive (i.e., accept and respond to user input).

  • Use at least two server-side APIs.

  • Does not use alerts, confirms, or prompts (use modals).

  • Use client-side storage to store persistent data.

  • Be responsive.

  • Have a polished UI.

  • Have a clean repository that meets quality coding standards (file structure, naming conventions, follows best practices for class/id naming conventions, indentation, quality comments, etc.).

  • Have a quality README (with unique name, description, technologies used, screenshot, and link to deployed application).

User Story

As a user, I want to search for a video game based on which platform I use.

As a user, I want a top 10 list of games to be loaded based on the chosen platform.

As a user, when I click on a game that looks interesting then I am taken to that game’s page.

As a user, I want to see information about the game.

As a user, I want to click on a link to see more information.

As a user, I want to save any games to view for later.

As a user, I want a list of free to play games to populate.

As a user, I want to click on a link that will redirect me to that free game and play it immediately.

Image 1 of application: Image 2 of application: Image 3 of application:

About

An api-based video game database application that incorporates a random game picker, a favorite games section, and automatically-generated free games based on results. This was a collaborative project with 3 other bootcamp attendees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.3%
  • HTML 35.3%
  • CSS 23.4%