/assisr-star-quiz

Do you like star wars? Test yourself with this quiz!

Primary LanguageTypeScriptMIT LicenseMIT

Gitmoji

assisr-star-quiz

Do you like star wars? Test yourself with this quiz!

This is a fun project made using the https://swapi.co/.

You have 2 minutes to correctly answer character names from star wars

  • Score 10 points if you answer without reading the tip
  • Score 5 points if you answer with the tip

How much points can you get? ⚔️

This project was bootstrapped with Create React App using --typescript argument.

How to run

First you need to get the credentials, follow the "Credentials" topic below.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Credentials:

Two credentials are required for the google search to work.

Then create the following file: ./src/AssirStarQuiz/Credentials.json

{
    "googleImagesContext": "SEARCH_ENGINE_ID",
	"googleImagesApiKey": "API_KEY",
    "bingSubscriptionKey": "BING_SEARCH_KEY"
}

Attributions: