Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.25 KB

README.md

File metadata and controls

69 lines (46 loc) · 2.25 KB

Football Legends App ©️

💻 https://all-time-footboll-legends.netlify.app/

Description

A responsive application in which we render the 75 best football players of all time by pulling them from a local database file and filtering them to find the specific football player, and we can also view the data of the football player when we click on each football player card.

Outcome 🎦

footboll-legends

Project Skeleton 🩻

Football_Legends(folder)
|
├── public
│     └── index.html
├── src
│    ├── components
│    │       ├── Header.js
│    │       ├── CardContainer.js
│    │       └── PlayerCard.js
│    ├── helpers
│    │       └── data.js
│    ├── App.css
│    ├── App.js
│    ├── index.css
│    └── index.js
├── .gitignore
├── footboll-legends.gif
├── LICENSE
├── package.json
├── package-lock.json
└── readme.md

Objective

Build a single-page application introducing legendary football players of all time using ReactJS.

At the end of the project, following topics are to be covered; 🎯

  • HTML

  • CSS

  • JS

  • ReactJS

  • React-Bootstrap

At the end of the project, will be able to; 💪

  • improve coding skills within HTML & CSS & JS & ReactJS & React-Bootstrap.

  • use git commands (push, pull, commit, add etc.) and Github as Version Control System.

Contributing 🤝

Your insights and contributions greatly enrich my projects! Whether you're bursting with fresh project concepts or have ideas to enhance existing ones, your input is invaluable. Feel free to open an issue to initiate a dialogue about your thoughts, or submit a pull request with your proposed modifications. Every contribution plays a vital role in my growth and improvement, so thank you for being an integral part of my community!

LICENSE 🪪

This repository is licensed under the MIT License. See the MIT licence file for details. For more information please visit MIT License

☺ Happy Coding ✍