This app is a demo player list app. Features:
- search for players by name and get most relevant results
- save players, and display them saved for subsequent searches
- unsave players
Only development mode supported.
clone this repo:
git clone https://github.com/tigran-sedrakyan/player-list
change to app directory:
cd player-list
install all necessary modules:
npm install
build the app:
npm run build
start the app:
npm start