/steam-roulette

A web app that select a random game from your steam library for you to play

Primary LanguageJavaScript

This application is still in development! And it might never finish :)

Steam Roulette

This a standalone web application that will help you play your steam games by randomly selecting a game for you to play.

This application is fully front end which only connects to the steam api.

This application should work 100% offline after the first login.

To try this application on your machine

First you need to run npm install then use one of the following.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.