Sophomore

Code tells the user who won and who lost.

Code displays the scoreboard of teams.

Code tells the user fun facts about Basketball.

Code designs the buttons used to navigate the Basketball Scorekeeper app.

 When doing the Scorekeeper app, I learned how to use arrays and the map function in my code. I also learned how to use if statements, and change items in arrays. The map function will go through an array, and apply the same styles to prevent code repetition. The if statements decide which team wins or if they tie.

The Scorekeeper app will ask for the names of both teams. Then, the user will score the game. After the game is done, the user will put the date of the game and submit the score. Then, the user will go into standings, and see the wins, losses, and ties of both teams. It will also show the previous games and their results. The user can also go into the fun facts page to learn more about the sport.