Built an NBA-Legends Cards App using ReactJS.You can searh through the players data and when you click the player card you will see the statistics of the player.
- HTML, CSS, SCSS, JS, ReactJS
NBA Legends(folder)
|
|---readme.md
├── public
│ ├── bg-image.jpg
│ ├── favicon.png
│ └── index.html
├── src
│ ├── components
│ │ ├── Header
│ │ └── Main
│ ├── sass
│ │ ├── App.scss
│ │ ├── _reset.scss
│ │ └── _variables.scss
│ ├── assets
│ │ └── nba-logo.png
│ ├── utils
│ │ └── data.js
│ ├── App.js
│ └── index.js
│
├── .gitignore
├── package.json
├── readme.md
└── yarn.lock
☺ Happy Coding ✍