The website was designed to provide useful information for gamers on an extensive range of steam games.
Front end was implemented by React.js. Back end was implemented by Node.js. Data was saved in AWS RDS. The web browser displays the dynamic views and various components that will take in user inputs. It will send HTTP requests to the backend server which is written in Node.js. The backend server waits for client requests and then queries the MySQL server, gets the query results and sends back the HTTP response to the client web page.
The main functionality of our application is:
- It recommends the top rated games of different genres that may interest the users.
- It helps users search for a specific name by the game’s information(name, genre, etc.).
- It helps users check the minimum pc requirements for specific games.
- It recommends similar games to the users when they search for games with specific tags
Log in or sign up for Devpost to join the conversation.