ali-yigit / NBAlegend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBAlegend

Project Skeleton

NBA Legends(folder)

SOLUTION
├── public
│     └── index.html
├── src
│    ├── components
│    │       ├── Header.js
│    │       ├── CardContainer.js
│    │       └── PlayerCard.js
│    ├── helper
│    │       └── data.js
│    ├── assets.js
│    │       └── [images]
│    ├── App.js
│    ├── App.css
│    ├── index.js
│    └── index.css
├── package.json
└── yarn.lock

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

  • HTML

  • CSS

  • JS

  • ReactJS

About