/football-stats

A website that renders European football league information from an API

Primary LanguageJavaScriptMIT LicenseMIT

Football Stats

Introduction

A website that renders European football league information from an API

Backend for project can be found at https://github.com/bravint/football-stats-server

Uses: React | React Router, Backend uses: Node | Express | Axios

Live Site

Site hosted at https://football-stats-bravint.vercel.app/

Preview

Football Stats example

Table of Contents

Current Project Status

MVP Completed : 2 week project with 3 day sprints

Technologies Used

  • React.js : Hooks used are useState, useEffect, useReducer, useContext
  • React Router : Provide internal links within the app

API Used

Data sourced from https://www.football-data.org/ API applies rate limiting - 10 request per minute are allowed on the free tier.

Install

Install dependencies: npm install
Start development server: npm run start