Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

MatchPulse

MatchPulse is a full stack web application built with Vite. It tells the Soccer upcoming match updates.It connects to a backend service to provide its core functionality.

Features

  • Fast and modern frontend powered by Vite
  • Configurable backend API URL via environment variables
  • Production-ready optimized build

Setup

Prerequisites

  • Node.js (v16 or later recommended)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:

    bash git clone https://github.com/yourusername/matchpulse.git cd matchpulse

  2. Install dependencies:

    npm install

  3. Create a .env file in the root directory and set your backend API URL:

    VITE_API_BASE_URL=https://your-backend-service.onrender.com

Development

Start the development server with hot reload:

npm run dev

Open your browser at http://localhost:5173 (or the URL printed in your terminal).

Build

Build the production optimized app:

npm run build

The build output will be in the dist directory.

Deployment

Make sure your deployment platform is set to:

Build command: npm install && npm run build Publish directory: dist

About

A powerful, visually stunning React application that lets you explore global football competitions using live data from the Football-Data API. Includes advanced filtering, charts, interactive maps, and a personalized favorites section.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages