Skip to content

Itsa56/NFL_Roster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

NFL_Roster

Fantasy Football!!!

NFL Roster

  1. Create a repository for My_Roster.
  2. Create an index.html file.
  3. Create an app.js file.
  4. Create a site.css file.
  5. Link the scripts in index.html
  6. Link bootstrap in index.html
  7. Link jQuery in index.html
  8. Add a panel with a header that says "My NFL Roster"
  9. Wrap the panel in a div with the class "container".
  10. Inside the body, create 2 child divs, one with the class "player-roster" and one with the class "player-form"
  11. Inside the player-roster div, add another dive with the class "player-card"
  1. Create a from inside the "player-form" div

  2. Add an input field for Player Name, Position, and Number

  3. When the add button is pressed, it should automatically add a player to the Roster.

  4. Create a constructor for Player that accepts 3 arguments, Name, Position, Number.

  5. When the Add button is pressed, a new player is created and added to the Players array.

  6. Use JQuery to target the "player-roster" div, and append the player.

  7. As a FAN of sports, I would like a dynamic roster where I can add/remove players from the list. So that I can visualize my sports team.

  8. I would like a form so that I can add a player to my roster easily.

  • The form should have the following fields
    • Player Name
    • Player Position
    • Player Number
  1. I would like the players added to show up in the roster section after being added.

About

Fantasy Football!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published