Skip to content

Miller1999/EarthQuesTion

Repository files navigation

EarthQuesTion

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

image
  • Where can I see your demo? You can see my demo on this repo at the beginning, in devChallenges.io where you can give me your feedback and in linkedin
  • What was your experience? It was difficult but i love it, some parts of the app made me think a lot about: How can i create and how can be the experience of the users
  • What have you learned/improved? I improve the way i work with context and tailwind also how to work more organized that others projects

Built With

Features

Challenge: Create a country quiz app using an API. Use Front-end libraries like React or Vue. Don’t look at the existing solution. Fulfill user stories below:

  • User story: I can see at least 2 types of questions: a city is the capital of.. or a flag belong to country..
  • User story: I can see select an answer
  • User story: I can see if my answer is correct or incorrect
  • User story: When I answer correctly, I can move on to the next question
  • User story: When I answer incorrectly, I can see my results and try again
  • User story: I can try again

This application/site was created as a submission to a [DevChallenges](https://devchallenges.io/challenges) challenge. The [challenge](https://devchallenges.io/challenges/hH6PbOHBdPm6otzw2De5) was to build an application to complete the given user stories.

How To Use

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

# Clone this repository
$ git clone https://github.com/Miller1999/QuoteVerse.git

# Install dependencies
$ npm install

# Run the app
$ npm run dev

Contact