Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.5 KB

Nihongo Quest

Nihongo Quest is a fun quiz game to help you learn Japanese characters like Hiragana and Katakana. It gives you random characters, and you have to pick the correct answer from multiple options.

Features

  • Choose from Hiragana or Katakana characters.
  • Select the difficulty: Basic or Advanced.
  • Toggle between Japanese and English modes using the switch toggle feature.
  • See a new random character with answer choices.
  • Get instant feedback if your answer is right or wrong.
  • Refresh the quiz to get a new character and try again.

How to Use

  1. Select Character Type: Pick either Hiragana or Katakana.
  2. Select Difficulty: Choose Basic or Advanced.
  3. Switch Language: Use the toggle switch to change the language mode between Japanese and English.
  4. Answer the Quiz: Click on an answer option to see if it’s correct.
  5. Refresh: Click the refresh button to get a new question.

How to Install

  1. Clone the Repository:

    git clone https://github.com/KaungKhantKyaw1997/nihongo-quest.git
    cd nihongo-quest
  2. Install Dependencies:

    npm install
  3. Start the App:

    npm run dev
  4. Access the App: Open your browser and go to http://localhost:3000 to see the app.

API Information

The app uses the NihongoX API to get random characters. It requests characters based on the type and level you choose, and it displays them according to the selected language.