axelclark / ex338

Web application to manage the 338 Challenge fantasy sports league
https://the338challenge.com
MIT License
22 stars 7 forks source link
elixir fantasy-league phoenix

Ex338

A web application to manage the 338 Challenge Fantasy League built using Elixir and Phoenix. The 338 Challenge is a fantasy sports league where you pick teams instead of players and get points when your team wins its league championship.

The draft, waivers, and trades are accomplished through the website. The league is set up to have multiple divisions (with relegation).

Home Page

Home Page



List of Players

Players Page

Setup

To start your Phoenix server:

Now you can visit localhost:4000 from your browser.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D