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
Steam Web API, PlayerDB, and ElephantSQL
For each folder, client and server, run:
npm iCreate an .env file and enter the necessary credentials.
Within the client folder run:
npm startWithin the server folder run:
npm start- PostgreSQL
- Express
- React
- Node
Logging In
Browsing Lists
Updating List Entries
Creating an account
Error messages
- 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.




