kileader / BudgetGameRankings

This repository contains files for my Enterprise Java personal project. Budget Game Rankings will be a web app that grabs data on pricing and ratings for video games and ranks them according to user chosen parameters.
0 stars 0 forks source link

Kevin Leader Individual Project

This repository is of an individual project for Madison College's Enterprise Java Course.

Problem Statement

There aren't many straightforward rankings for budget videogames. There are of course the current best games, current budget games, best classic games, best games for different genres, etc. Is it possible to rank games based on their value, such as rating over price? Can there be multiple rankings on different parameters? Can it be programmatic?

This project solves these questions by using APIs to gather data about game ratings and prices and displaying rankings based on user-chosen parameters.

Video Demonstration

https://youtu.be/8lMcARkRcuE

Project Technologies/Techniques

Design