Skip to content

kevinyooky/GameSenshi

 
 

Repository files navigation

A platform for gamers/streamers to provide their casual service and link up with others in the community.

Demo Page

route:index index.png

route:profile profile.png

route:signup note: each sign up method can be linked to each other, example:

  1. sign up with password account than link with Google account
  2. sign up with Google account than link with password account.
  3. sign up with Twitch account than link with Facebook account.

signUp.png

route:signin signIn.png

route:reset reset.png

route:settings settings.png

route:policy policy.png

Introduction

This is a project that is designed to allow the user the ability to temporarily hire other gamers to play with them. Similar to hiring someone to work with you, this allows you the opportunity to hire another gamer to game with you. It is all about gaming companionship.

From the consumer perspective:

  1. You are a big fan of a professional gamer/famous streamer, and you want to play a game with with your beloved star., either as a sparring partner(opponent), or teammate.
  2. You are looking for someone to help you improve as a gamer, and want a gaming "coach" that can help you along in that process.
  3. You want to rank up in a specific game, but need help. You need a strong and capable teammate who has lots of experience with that game!
  4. You have a nice but less known multiplayer game, hire your fighter here!
  5. You're merely looking to hang out and socialize with streamers/gamers in a relaxed environment!

From provider perspective:

While some gamers/streamers do make a lot of money, the large majority of gamers and/or streamers do not. This platform provides the opportunity for many gamers and streamers to expand their viewer base, reach new potential viewers and people to game with, and make new friends along the way! It also helps to link casual gamers up with more competitive and successful gamers/streamers, and in return helping everyone in the community grow. With this platform, we can create a new work force of gamers who are doing what they love, and making money along the way!

Application Features

Core Features:

  1. Marketplace
  2. Payment
  3. Chat

Optional Features:

  1. Gaming Contents
  2. Event Organizer

Getting Started

Andrei's React Course has almost all knowledge you need to get started.

PS: this is not advertising, this is coincidence, this project already existed for 3 months before the course was released.

Installation

A step by step series of examples that tell you how to get the development env running.

After git clone

request the .config folder(s) from tylim#9831 in Discord

node install.js
npm run dev
// run with dev env var, this may not work as dev is connect to dev server (experiment server)  

npm run prod
// run with prod env var, recommended since this will work as experted most of the time

Now you can start hacking on front end!

Deployment

🛑 Ignore this deployment section if you don't want to work with back end (firebase).

Direct message tylim#9831 in Discord your email to become user of this firebase project.

If you skip this step you have to setup your own firebase project.

npm i -g firebase-tools
firebase login

above command is one time setup, anytime you want to run deploy, simply

npm run d-deploy // deploy to dev server  
npm run p-deploy // deploy to prod server

It will automatically inject production environment variable, build and deploy front end or back end (if you run the command in functions folder).

after deployment, you can view it at

  1. prod
  2. dev

Built With

Please read wiki for details of our code, techs, guides and resources.

Contributing

Join our Trello.

Please read CONTRIBUTING.md for details on how to contribute.

About

Hire Your Favorite Gamer! (in development)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.2%
  • JavaScript 48.6%
  • HTML 0.2%