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

https://github.com/tobuya/soccer_hub

Soccer Hub is a football website that allows you to watch recent official highlights of the Premier League, Champions League, La Liga, Serie A, Europa League and many more matches of your favorite football leagues. It is built using React & Redux and uses ScoreBat recent feed free video API
https://github.com/tobuya/soccer_hub

react-bootstrap reactjs redux

Last synced: 3 months ago
JSON representation

Soccer Hub is a football website that allows you to watch recent official highlights of the Premier League, Champions League, La Liga, Serie A, Europa League and many more matches of your favorite football leagues. It is built using React & Redux and uses ScoreBat recent feed free video API

Awesome Lists containing this project

README

        


[![Contributors](https://img.shields.io/github/contributors/tobuya/soccer_hub)](https://github.com/tobuya/soccer_hub/graphs/contributors)
[![LastUpdate](https://img.shields.io/github/last-commit/tobuya/soccer_hub)](https://github.com/tobuya/soccer_hub/commits/dev)
[![Stargazers](https://img.shields.io/github/stars/tobuya/soccer_hub)](https://github.com/tobuya/soccer_hub/stargazers)
[![Issues](https://img.shields.io/github/issues/tobuya/soccer_hub)](https://github.com/tobuya/soccer_hub/issues)
[![License](https://img.shields.io/github/license/tobuya/soccer_hub)](https://github.com/tobuya/soccer_hub/blob/main/LICENSE)

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Soccer Hub](#-soccer-hub)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🔭 Future Features ](#-future-features-)
- [🚀 Project Presentation Video ](#-project-presentation-video-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Testing](#testing)
- [Deployment](#deployment)
- [👥 Authors](#-authors)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Soccer Hub

> Soccer Hub is a football website that allows you to watch some live football matches as well as recent official highlights of the Premier League, Champions League, La Liga, Serie A, Europa League and many more matches of your favorite football leagues. It is built using React & Redux and uses ScoreBat recent feed free video API.

## 🛠 Built With

### Tech Stack

Languages


  • ReactJS

  • Redux

  • Javascript

  • Bootstrap

Server


  • Github

### Key Features

- **Filter recent videos highlights by competition name**
- **Display all recent highlights in the selected competition**
- **Click on a highlight of choice to watch the official match highlight**
- **Watch some live football matches**

(back to top)

#### 🔭 Future Features

- **Implement additional features**
- **Improve user interface and user experience**

## 🚀 Live Demo

- Live Demo Link

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/tobuya/soccer_hub
cd soccer_hub
```

### Install

Install this project with:

```sh
npm install
```

### Usage

To run the project in a development server, execute the following command:

```sh
npm start
```

### Testing

To run the tests in a development server, execute the following command:

```sh
npm test
```

To to build for the production, execute the following command:

```sh
npm run build
```

### Deployment

You can deploy this project using [Github Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site)

(back to top)

## 👥 Authors

👤 **Thomas Obuya**

- [GitHub](https://github.com/tobuya)
- [Medium](https://medium.com/@tobuya)
- [LinkedIn](https://linkedin.com/in/tobuya/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/tobuya/soccer_hub).

(back to top)

## ⭐️ Show your support

If you like this project give me a star.

(back to top)

## 🙏 Acknowledgments

Credits to [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio) for original design.

(back to top)

## 📝 License

This project is [MIT](https://github.com/Lucash2022/tv-hub-app/blob/develop/MIT.md) licensed.

(back to top)