Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 582 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 582 Bytes

Janeru react practice with guess flag game

Installation

Clone, install and run.

git clone git@github.com:janeru/flag_game.git
cd flag_game
npm install
npm start

Explore this website

Visit http://localhost:8000

Introduction

Get data by axios method, and then use react to do this website.

Function

Random four countries options on the screen.
Click the bottom to guess the country in the photo.
If you guess right ans, and you will get one point and go to the next.
When you accumulate your points to 10, and the game will over.