This project is a Hall of Fame page for NBA players who have left basketball. In this project, you can view some of the NBA players elected to the Hall of Fame and their statistics.
02-NBA Legends(folder)
|
SOLUTION
βββ public
β βββ index.html
βββ src
β βββ assets
β β βββ players(img)
β β βββ team-logo(img)
| |
| βββ nba-logo.png
| βββ nba-logo2.png
β βββ components
β β βββ CardContainer.jsx
β β βββ Header.jsx
β β βββ PlayerCard.jsx
β βββ helper
β β βββ data.js
β βββ App.js
β βββ index.js
βββ .gitignore
βββ LICENSE
βββ package-lock.json
βββ package.json
βββ readme.md
Build a NBA Legends App using ReactJS.
-
HTML
-
CSS
-
JS
-
ReactJS