The main goal of this exercise is to familiarize with the technology stack in the Interact Refresh project. To do so, you have to build a simple search form that will fetch players using a few filters.
The demo is hosted in netlify service.
To install the application follow the steps below in the console, you need to have installed nodejs, git and yarn.
Download repo:
git clone https://github.com/davidfigueroar9/football-player-finder.gitChange to directory:
cd football-player-finderInstall dependencies:
yarn installRun App:
yarn start