Based on a exercise requested on "The Advanced Web Dev Bootcamp", this is a small guessing game about flags!
Well, it's quite simple, you need to have node and npm installed on your environment. After downloading the content of this repo, just run npm install
on app directory, wait a few seconds (or minutes) for the installation to complete. Then, run npm start
, wait a bit and soon a window of your default browser will be open.
This app has the purpose to reinforce my knowledge about lifecycle methods