Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.