This game is the intersection between the stock market and fantasy sports. With fantasy money, players are able to join leagues and compete with their friends to pick stocks, make trades and track results. Users are able to increase their understanding of the stock market through an enjoyable but competitive experience.
Consult the README in any of the folders in order to get set up.
- Make sure you have the most recent changes of the
main
branch on local usinggit pull
- Create a new branch with
git branch -b {name of branch}
- Code!
- When you're done making changes, add your changes, commit, and make sure you push to the branch using
git push origin {branch name}
- Click on the link or go to the pull request tab in the repo and compare the main branch with your newly created branch
- Create a pull request and be descriptive!