Skip to content

A web application that displays football team information and player cards, allowing users to filter players based on various criteria.

License

Notifications You must be signed in to change notification settings

mihailocv/footballTeamCards-freeCodeCamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Football Team Cards

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.

Project Description

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.

Features

  • 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).

Technologies Used

  • HTML
  • CSS
  • JavaScript

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

  • freeCodeCamp for providing the project description and learning platform.

About

A web application that displays football team information and player cards, allowing users to filter players based on various criteria.

Topics

Resources

License

Stars

Watchers

Forks