h-yoshikawa44 / ch-country-quiz

devChallenges リポジトリ(出典:[devChallenge(legacy) - Front-end Developer - Country quiz](https://legacy.devchallenges.io/challenges/Bu3G2irnaXmfwQ8sZkw8)
https://ch-country-quiz-h-yoshikawa44.vercel.app/
1 stars 0 forks source link
devchallenges emotion nextjs typescript

Country quiz

Solution for a challenge from Devchallenges.io.

Demo | Solution | Challenge

Table of Contents

Overview

overview - Top overview - Question overview - Solution overview - Results

First, choose a region. You will be asked 10 quizzes about the countries belonging to the region you selected.

There are two types of quizzes as follows

Built With

Base

Other major libraries

※Regarding the REST COUNTRIES API, the assignment guide said it was https://restcountries.eu/, but I heard that it has become a subscription API, so I used the open source version, https://restcountries.com/.

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone git@github.com:h-yoshikawa44/country-quiz.git
or
git clone https://github.com/h-yoshikawa44/country-quiz.git

# Install dependencies
npm install

# Run the app
npm run dev

learned/improved

Acknowledgements

Contact