Skip to content
leshlush edited this page Nov 19, 2019 · 1 revision

This ASP.NET MVC project is a fantasy sports web application in its very early stages. The end goal is to allow users to form their own leagues and teams, and pick fake players to compete in non-existent sporting events. Users will be able to receive updates from weekly events about how their teams of imaginary players scored, and view their current standings against other users in their league.

Currently, the project can read player data out of a database, and use it to populate a view showing the names and statistics of all available players. The project contains several models related to the players, one controller, and two views.

Next steps are to create models for users, teams and leagues, and a selection screen where users can select available players for their team when it is their turn to make a selection.

Clone this wiki locally