https://github.com/ibrsec/nba-legends
https://github.com/ibrsec/nba-legends
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrsec/nba-legends
- Owner: ibrsec
- Created: 2024-03-26T08:14:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T14:09:36.000Z (about 2 years ago)
- Last Synced: 2025-01-08T21:36:45.968Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://nba-legends-henna.vercel.app
- Size: 5.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NBA Legends React Project
An awesome NBA Legends React Project
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
๐ Table of Contents ๐
---
[](https://nba-legends-henna.vercel.app/)
---
๐ฆ Used mock data for legendds information
๐ฏ Used React environment, components, use state, use effect, context api hooks. sass, css modules
๐ช Screen and search the Legends on the app
```sh
# clone the project
git clone https://github.com/ibrsec/nba-legends.git
# enter the project directory
cd nba-legends
# install dependency
npm install || yarn install
# develop
npm run dev || yarn start
```
```diff
nba-legends (folder)
|
|---public (folder)
+ |---src (folder)
| |---img (folder)
| |
| |---scss (folder)
| | |---_mixins.scss
| | |---_reset.scss
| | โ---_variable.scss
| |
| |---helper (folder)
| | โ---data.jsx
| |
| |---components (folder)
| | |---contex (folder)
| | | โ---GlobalData.jsx
| | |
| | |---header (folder)
| | | |---Header.jsx
| | | โ---Header.module.scss
| | |
| | |---search (folder)
| | | |---Search.jsx
| | | โ---Search.module.scss
| | |
| | โ---main (folder)
| | |---Content.jsx
| | |---Content.module.scss
| | |---Card.jsx
| | โ---Card.module.scss
| |
| |
| |---App.js
| |---App.scss
| |---Index.js
| โ---Index.scss
|
|----index.html
|----package.json
|----yarn.lock
โ----readme.md
```
---