Giter VIP home page Giter VIP logo

steam-games's Introduction

Steam Games

Live version can be found @ steam-games.vercel.app

Description

App for displaying a users collection of Steam games, latest news, and achievements. Utilizing the official Steam API.

Some data might be missing or displayed incorrectly, for example missing images and game descriptions displaying in different languages. This is due the the data we have available to us from the Steam API.

Screenshots

Steam Home Page Desktop

Steam Game Page Desktop

Steam Home Page Mobile

Steam Game Page Mobile

Requirements

For development, you will only need Node.js installed on your machine.

Node is really easy to install & now includes NPM.

You should be able to run the following commands after the installation.

$ node --version
$ npm --version

Install

$ git clone https://github.com/robFraser1111/steam-games.git
$ cd PROJECT
$ npm i

Configure app

Register for a Steam API Key and update the .env file.

Start & watch

$ npm run dev

Simple build for production

$ npm run build

Languages & tools

Repo structure

Directory structure of full-stack JS app.

/
├─ .next/                       # Next build folder
├─ components/                  # React components
├─ context/                     # React context api for state management
├─ lib/                         # Next Router config and steam passport strategy
├─ node_modules/                # Packages for app
├─ pages/                       # App pages including api and authentication routes
├─ public/                      # Media
├─ .babelrc                     # Babel config
├─ .env                         # Environment variables
├─ .env.sample                  # Environment variables example
├─ .gitignore                   # List of files to ignore for repo
├─ next-env.d.ts                # TypeScript settings for Next
├─ next.config.js               # Next configuration
├─ package-lock.json            # Versioned dependencies
├─ package.json                 # Dependencies and scripts
├─ README.md                    # This file
└─ tsconfig.json                # TypeScript configuration

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.