Game Collection App

Steam Game Collection App

This application was built for my final project in my Full Stack Programming course at NSCC. It was built with the MERN stack (MongoDB, Express.js, React.js, Node.js) and is hosted on Heroku. We had to create some sort of dataset to be used as a basis for a CRUD app using an Express back-end and React front-end.

The application is designed as a tracker for games, particularly games on Steam (although any information can be entered as a game to be tracked). The idea is the user will be able to enter in games they want to track, and track the completion statistics for those games (i.e. game is beaten, game is 100% completed, game is on hold, etc.).

The application has secure authentication for user registration and the styling is done with Bootstrap.