An awesome Employee List Project
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
📎 Table of Contents 📎
📦 Used mock football legends data from data.jsx file
🎯 Used React environment, components, use state, use effect hooks
🖥 Search the users with seach box
🔩 Click for extra details on legends cards
# clone the project
git clone https://github.com/ibrsec/football-legends.git
# enter the project directory
cd football-legends
# install dependency
npm install || yarn install
# develop
npm run dev || yarn start
football-legends (folder)
|
|---public (folder)
+ |---src (folder)
| |---assests (folder)
| |
| |
| |---helper (folder)
| | └---data.jsx
| |
| |---components (folder)
| | |
| | |---header (folder)
| | | └---Header.jsx
| | |
| | |---card (folder)
| | | └---Card.jsx
| | |
| | |---card (folder)
| | | |---ProfilCard.jsx
| | | └---ProfilCard.module.scss
| | |
| | └---legends (folder)
| | └---LegendsContainer.jsx
| |
| |
| |
| |---App.js
| |---App.scss
| |---Index.js
| └---Index.scss
|
|----index.html
|----package.json
|----yarn.lock
└----readme.md