This project is part of the "JavaScript Algorithms and Data Structures" certification on freeCodeCamp. The goal of this project is to process datasets and output information to the screen, focusing on a sports team.
In this sports team cards project, you'll learn how to work with DOM manipulation, object destructuring, event handling, and data filtering. This project will cover concepts like default parameters, Object.freeze()
, and reinforce your knowledge of the switch
statement and map()
method.
- Display team information including team name, sport type, world cup year, and head coach.
- Display player cards with details such as name, position, number, captain status, and nickname.
- Filter player cards based on criteria like nickname, position (forward, midfielder, defender, goalkeeper).
- HTML
- CSS
- JavaScript
Distributed under the MIT License. See LICENSE
for more information.
- freeCodeCamp for providing the project description and learning platform.