Gamer Arena Dispute List APP
- The project prints disputes between gamers.
- The data rendered is retrieved from Gamer Arena API.
- Data retrieving is handled by Axios and Redux-Saga.
SETUP
To setup the project, run the following on your terminal in the order:
git clone https://github.com/mehmeteyupoglu/ga-dispute-list.git
cd ga-dispute-list
yarn install
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.