Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.23 KB

Online Football Manager

Disclaimer: This is a non-commercial project that I created to get a better feel for Backbone.js. No copyright infringement was intended.

##Info:

This app is a football management simulation game where users can choose a team to manage and set them up tactically for matches against other users. The users' tactics, among other things, are evaluated in a daily match (rake task) where two teams are matched up and a winner is decided. This then updates stats within the database which in turn updates statistical info on the site.

##Technologies used: This app is build with Backbone.js and uses Ruby on Rails as a back-end and API.

  • Ruby
  • Rails
  • jQuery
  • Underscore.js
  • Backbone.js
  • Chart.js
  • Accounting.js (for prettified monetary amounts)
  • Tablesorter.js (for league table)
  • Mandrill
  • Postgres
  • RSpec

This app can be accessed at (http://online-football-manager.herokuapp.com).

##Acknowledgements

This project would not have been possible without the help of my class mates at GA, our instructor, Joel Turnbull, and our TA, the real Jack Jeffress. Learning new techniques and fixing bugs is easier when you have more people looking at your code and helping you find improvements. Thank you all for your help.