Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furkan-dogu/nba-legends
This project is a simple web application that displays information about NBA legends
https://github.com/furkan-dogu/nba-legends
bootstrap css javascript react react-bootstrap usestate
Last synced: about 6 hours ago
JSON representation
This project is a simple web application that displays information about NBA legends
- Host: GitHub
- URL: https://github.com/furkan-dogu/nba-legends
- Owner: furkan-dogu
- Created: 2023-12-08T14:11:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-08T14:14:38.000Z (12 months ago)
- Last Synced: 2023-12-08T15:25:18.786Z (12 months ago)
- Topics: bootstrap, css, javascript, react, react-bootstrap, usestate
- Language: JavaScript
- Homepage: https://nba-legends-beta.vercel.app
- Size: 14.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NBA Legends
## About the Project
This project is a simple web application that displays information about NBA legends. The application is developed using React and Bootstrap technologies.
## Live Project Link
You can access the live version of the project [here](https://nba-legends-beta.vercel.app/).
## Project Skeleton
```
NBA Legends(folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── components
│ │ ├── Header.jsx
│ │ ├── CardContainer.jsx
│ │ └── PlayerCard.jsx
│ ├── helper
│ │ └── data.js
│ ├── assets
│ │ └── [images]
│ ├── App.js
│ ├── index.js
│ └── index.css
├── package.json
└── yarn.lock
```## Screenshots
## Compatibility
The project is compatible with both wide-screen computers and mobile devices.