The main idea of this project is to create a country quiz app using an API, and use React to handle the frontend. It enables user:
- To see at least 2 types of question: a city is the capital of.. or a flag belong to country..
- To see select an answer
- To see if our answer is correct or incorrect
- When User answers correctly, he can move on to the next question
- When User answers incorrectly, he can see my results and try again
- To try again
Icon: https://google.github.io/material-design-icons/
API: https://restcountries.eu/. Use data from the API to create questions and answers.
Design : https://www.figma.com/file/Gw0ZNBbYN8asqFlZWy3jG1
Live app : https://country-quiz-app.netlify.app/
Template for readme :
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 https://github.com/your-user-name/your-project-name
# Install dependencies
$ npm install
# Run the app
$ npm start
- GitHub @Fodilahy-mana