A progressive web application for live score of football tournaments. Useful to host you own app for small events and leagues.
Explore the readme »
Author
·
Report Bug
·
Request Feature
Table of Contents
A responsive progressive web app using Pusher.js to broadcast and view live score and commentary for football events.
- Realtime
- Lazy Loaded
- Responsive
- Installable
- Live Demo with realtime Simulation
This repository is accompanied by the following repository.
This is the list of technologies that we are using for the project.
You need to have node v14.16.0
or later to run this project since we're using es6+ features
Create a deta base account from here and make a project and obtain credentials.
Create account and start a Pusher Project from here.
Start backend server. Check this Repo.
Clone the repository to your device.
git clone https://github.com/Parajulibkrm/Live-Sports-Score.git
Change your current directory into the project
cd Live-Sports-Score
Install dependencies
pnpm i
Run the project with nodemon for hot restart
pnpm run dev
Set your configuration to .env
file
VITE_BACKEND_URL = "http://localhost:5000"
VITE_PUSHER_APP_KEY = "YOUR_APP_KEY"
VITE_PUSHER_CLUSTER = "ap2"
- Bikram Parajuli - @Parajulibkrm
- Pratikshya Pouudel - @Pratikxya