Skip to content

omeryilldirim/nba-legends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBA-Legends

Description

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.

Topics are to be covered;

  • HTML, CSS, SCSS, JS, ReactJS

Project Skeleton

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

Expected Outcome

Project Snapshot

☺ Happy Coding ✍

Releases

No releases published

Packages

No packages published