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.
Create your account, add games, and personalize your page with your own avatar and background colors
Add your friends by email. They will be listed under the "Friends" dropdown menu as "Pending" until they accept or deny your friend request.
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!
iGame is hosted on Heroku. Check it out by clicking here.
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
- Handlebars
- CSS/Bootstrap
- JavaScript
- jQuery
- MySQL
- Node.js
- AJAX
- Express
- Passport.js
- IGDB API
- Socket.io