Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.59 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.59 KB

iGame 🎮

iGame is a full-stack application that lets gamers create a personal account and add their favorite video games to their library. Gamers can also add their friends and connect through a live chat.

How It Works

Create your account, add games, and personalize your page with your own avatar and background colors

add-games

Add your friends by email. They will be listed under the "Friends" dropdown menu as "Pending" until they accept or deny your friend request.

add-friend

Accepting friend requests means you also have access to their games and can add them to your library. Enjoy chatting with them about your progress in the Live Chat!

chat

Demo

iGame is hosted on Heroku. Check it out by clicking here.

Getting Started

To use iGame locally, navigate to http://localhost:3000 after completing the following steps:

git clone git@github.com:MonkeyInitiatives/iGame.git
cd igame
npm install
node server.js

Technologies Used

  • Handlebars
  • CSS/Bootstrap
  • JavaScript
  • jQuery
  • MySQL
  • Node.js
  • AJAX
  • Express
  • Passport.js
  • IGDB API
  • Socket.io

Authors