Skip to content

React webapp for gamers/steam users to track the status of the games in their library. Similar to myAnimeList.com but for Video Games. Specifically games that are available on Steam.

Notifications You must be signed in to change notification settings

Enired/my-steam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

140 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

React webapp for gamers/steam users to track the status of the games in their library. Users will be able to import their list of games upon signup. Each game can be marked as:

  • Current
  • Completed
  • Dropped
  • Planning

However, on initial sign-up all games will be marked as 'Planning' by default.

Hosted on Netlify

APIs Used

Steam Web API, PlayerDB, and ElephantSQL

Setup

For each folder, client and server, run:

npm i

Create an .env file and enter the necessary credentials.

NPM Commands

Starting the front-end client

Within the client folder run:

npm start

Starting the back-end server

Within the server folder run:

npm start

Tech Stack

  • PostgreSQL
  • Express
  • React
  • Node

Gallery

Logging In

Logging in

Browsing Lists

Browsing lists

Updating List Entries

Updating list entries

Creating an account

Signing-up

Error messages

Error messages

Future Goals

  • Style app for desktop views. (Currently targeted towards mobile.)
  • Would like to be able to be able to have a page for every game on the Steam store so that users would be able to add games they do not own to thier list.
  • Add a way to reimport a user's steam list so that games they have purchased after they signed up for My Steam List will be added automatically
  • Add more stats to the profile page for individual users
  • Add ability for user's to log their game completion times
  • Add user credential encryption
  • Add ability to share a user's lists with others.

About

React webapp for gamers/steam users to track the status of the games in their library. Similar to myAnimeList.com but for Video Games. Specifically games that are available on Steam.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published