/world_cup_2018

An exercise using React to show live results for World Cup 2018

Primary LanguageJavaScript

World Cup 2018 Results

An exercise using "create-react-app" package and React.js to create a page pulling World Cup 2018 results from an API.

API Data source: https://raw.githubusercontent.com/lsv/fifa-worldcup-2018/master/data.json

Steps:

  1. In the terminal, cd to the directory of the app
$ cd my-app
  1. Install all node modules required
$ npm i

or

$ yarn i
  1. Launch app
$ yarn start

or

$ npm start

Extras:

  • Added functionality to create prediction for upcoming matches

Pending:

  • Link up with a database such that predictions posted can be saved