This project is a simple web application that displays information about NBA legends. The application is developed using React and Bootstrap technologies.
You can access the live version of the project here.
NBA Legends(folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── components
│ │ ├── Header.jsx
│ │ ├── CardContainer.jsx
│ │ └── PlayerCard.jsx
│ ├── helper
│ │ └── data.js
│ ├── assets
│ │ └── [images]
│ ├── App.js
│ ├── index.js
│ └── index.css
├── package.json
└── yarn.lock
The project is compatible with both wide-screen computers and mobile devices.