Table of Contents
Football data app is a simple app, which displays area data, football clubs and players from football clubs.
The data of this application is get from the free API https://www.football-data.org
This App is built with:
- Sign Up and Get a free API Key at https://www.football-data.org
- Clone the repo
git clone https://github.com/your_username/football-app.git
- Install NPM packages
npm install
- Enter your API KEY in
.env
VITE_API_TOKEN_KEY = 'ENTER YOUR API'
- Running application in local
npm run dev