Overwicker is a 'made for fun' application to assist a user in selecting a character while playing the game of Overwatch. It's core concept is to randomly generate a character for selection in quick play. This application is developed in my free time while rotating through rounds with family and friends.
- Remove multiple arrays and create Objects with character
name
,img_url
,role
. - Expand to create Team Selector (selecting six characters with 2 tanks, 1 healer and 3 damage dealers)
- Expanding to create Team Selector where user picks quantity of each role.
- Clone the repo to a selected location.
- CD in to overwicker folder.
cd overwicker/
- CD in to web folder.
cd web/
- Install Node Packages
npm i
- Run NPM Start
npm start
- Access via localhost - Default http://localhost:3000