MEZ901 / KickOff

A football match tracking app with features to display matches, player lists, and details. Includes filtering, search, Redux state management, tests, and Docker containerization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KickOff

A football match tracking app with features to display matches, player lists, and details. Includes filtering, search, Redux state management, tests, and Docker containerization.

Table of Contents

Features

  • View a list of football matches
  • Filter matches by "All Matches" or "Live Matches"
  • Save matches to favorites for quick access
  • View detailed information about selected matches including teams, date, time, leagues, etc.
  • View a list of all players with their photos and full names
  • Search for players by name
  • View detailed information about selected players including height, weight, date of birth, country, etc.
  • Dockerized application for easy deployment
  • State management using Redux
  • Unit testing with Testing Library and Jest

Installation

To install and run the application locally, follow these steps:

  1. Clone the repository: git clone git@github.com:MEZ901/KickOff.git
  2. Navigate to the project directory: cd KickOff
  3. Install dependencies: npm install
  4. Start the Metro bundler: npm start

Usage

After following the installation steps, you can run the application on an iOS or Android emulator, or on a physical device using Expo Go.

Technologies Used

  • React Native
  • Redux
  • Jest
  • Testing Library
  • Docker

Contributing

Contributions are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request.

About

A football match tracking app with features to display matches, player lists, and details. Includes filtering, search, Redux state management, tests, and Docker containerization.


Languages

Language:TypeScript 90.3%Language:JavaScript 7.9%Language:Dockerfile 1.9%