Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furkan-dogu/galatasaray-footballers
Welcome to the Galatasaray Footballers web application!
https://github.com/furkan-dogu/galatasaray-footballers
css javascript mock-data react responsive yarn
Last synced: about 5 hours ago
JSON representation
Welcome to the Galatasaray Footballers web application!
- Host: GitHub
- URL: https://github.com/furkan-dogu/galatasaray-footballers
- Owner: furkan-dogu
- Created: 2023-12-03T20:38:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T19:32:44.000Z (11 months ago)
- Last Synced: 2024-01-06T20:42:09.581Z (11 months ago)
- Topics: css, javascript, mock-data, react, responsive, yarn
- Language: JavaScript
- Homepage: https://galatasaray-footballers.vercel.app
- Size: 60.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Galatasaray Footballers Web Application
## About the Project
Welcome to the Galatasaray Footballers web application! This project provides a platform to explore detailed information about Galatasaray Sports Club's football players, including career statistics, photos, and personal details.
## Table of Contents
- [Features](#features)
- [Project Skeleton](#project-skeleton)
- [Screenshots](#screenshots)## Live Demo
[Galatasaray Footballers Demo](https://galatasaray-footballers.vercel.app/)
## Features
- View detailed profiles of football players.
- Stay updated on current career statistics.
- Get to know players with photos and personal information.## Project Skeleton
```
Galatasaray Footballers(folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── assets
│ ├── components
│ │ ├── Header.jsx
│ │ ├── CardContainer.jsx
│ │ └── PlayerCard.jsx
│ ├── helper
│ │ └── data.js
│ ├── App.js
│ ├── App.css
│ ├── index.js
│ └── index.css
├── package.json
└── yarn.lock
```## Screenshots
## Compatibility
The project is compatible with both wide-screen computers and mobile devices.
## Usage
Upon starting the application, you will see a short list of Galatasaray footballers on the home page. Each player card contains a photo and basic information. Clicking on a player card will redirect you to a detailed profile page. On the profile page, you can find career statistics, personal details, and photos.