Skip to content

leandrorsant/flag-guessing-app-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flag guessing app

This game displays random flags and the user has to guess which country it belongs to. Built with ReactJS + Mantine. Flags sourced from react-world-flags. The API server runs in NodeJS, and there's an alternative API code in PHP here.

Get started

Clone this repository and install dependencies

git clone https://github.com/leandrorsant/flag_guessing_app
cd flag_guessing_app
npm i

cd server
npm i

Start client and server

npm start
npm run devStart

Screenshots:

About

Flag Guessing App in ReactJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published