Fuze is a web-application for a user to find a team for Overwatch on what criteria a user is looking for.
Once a user is sign up and logged in they can create a team or join a team.
The creation of this project came about of our hobby of playing video games.
Have Visual Studio Code installed or similar application
In your favorite terminal do the following:
- Clone the repo
git clone https://github.com/adrianctwo/fuze.git- Install NPM packages
npm install- Start locally
npm start (When you are in the applications folder)-
A user will be instructed to sign in, if a user doesn't have a log in they can created a account by clicking the sign up button.
-
Once logged in a user will be redirected to the team list page
-
On the team list page a user can do the following:
- Create a team
- A team can be created by entering a team name and a description
- Then clicking submit
- The team will be added to the List of Teams
- Look at a created team already by clicking it and a user will be sent to the team lobby page
- Create a team
-
On the team lobby page a user can do the following:
- Join a team by clicking join a team button
- Once a user joins a team they will be inserted into a slot on the team where their battle-tag will be shown
- Users then can invite each other on Overwatch using their battletag
- Once a user joins a team they will be inserted into a slot on the team where their battle-tag will be shown
- Join a team by clicking join a team button
Adrian Situ - Javascript & Handlebars
Jared Cabanilla - Overwatch API
Rachel Gundy - User Interface
Tim Holeski - Passport authentication
