thabnir / CrossQuiz

CrossQuiz πŸ“ - Test your knowledge with NYT crossword questions and πŸ“– dictionary definitions, in dark or πŸŒ— light mode! See your progress with satisfying visual feedback.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrossQuiz

CrossQuiz is a Kotlin Compose desktop application that quizzes users from a database of NYT crossword questions from 1993-2021 (and/or definitions from the dictionary). The app features a dark and light mode to suit your preference.

Features

  • Quiz yourself from a database of NYT crossword questions (or the dictionary!)
  • Dark and light mode
  • Randomized questions
  • Questions light up red and green for right and wrong, making building streaks of correct answers visually satisfying.

Screenshots

Screenshot of the app in light mode

Screenshot of the app in dark mode

Screenshot of the app in light mode

Screenshot of the app in dark mode

Getting Started

  1. Clone the repository:
git clone https://github.com/thabnir/CrossQuiz.git
  1. Open the project in your preferred IDE (tested in IntelliJ IDEA)

  2. Run the app by clicking on the Run button or by running the main function in src/main/kotlin/Main.kt

How to Use

  1. Open the app
  2. Dark or light mode will be automatically selected for you based on your system's theme
  3. Answer the questions you want to and scroll past those you don't
  4. Try to build streaks of correct answers. How long can your green streak get?

Technologies Used

  • Kotlin
  • Gradle
  • Kotlin Compose

License

This project is licensed under the MIT License - see LICENSE.txt for details.

About

CrossQuiz πŸ“ - Test your knowledge with NYT crossword questions and πŸ“– dictionary definitions, in dark or πŸŒ— light mode! See your progress with satisfying visual feedback.

License:MIT License


Languages

Language:Kotlin 100.0%