An open API service indexing awesome lists of open source software.

https://github.com/mohamedmetwalli5/quizatshi

📱 Quiz app that will help you learn the flags of many countries in this version by memorizing them with a self-test. You can test your knowledge about flags with different levels of difficulty.
https://github.com/mohamedmetwalli5/quizatshi

android kotlin

Last synced: 9 months ago
JSON representation

📱 Quiz app that will help you learn the flags of many countries in this version by memorizing them with a self-test. You can test your knowledge about flags with different levels of difficulty.

Awesome Lists containing this project

README

          

![MinimumSDK](https://img.shields.io/badge/Android%205.0(Lollipop)%20-green.svg)
![License](https://img.shields.io/badge/License-GPL–3.0%20-purple.svg)

# QuizAtshi (Version 1.0)


( ( ) )
( )\ ( ( )\ ( /( ( /( (
)((_) ))\ )\ ( ((((_)( )\()) ( )\()) )\
((_)_ /((_) ((_) )\ )\ _ )\ (_))/ )\ ((_)\ ((_)
/ _ \ (_))( (_) ((_) (_)_\(_) | |_ ((_) | |(_) (_)
| (_) | | || | | | |_ / / _ \ | _| (_-< | ' \ | |
\__\_\ \_,_| |_| /__| /_/ \_\ \__| /__/ |_||_| |_|

## How To Use
1. Enter your name
2. You can activate the dark mode optionally
3. You must choose your expertise level
4. Choose the number of questions (it will be set to be 50 questions if you didn't choose)
5. The app shows you the correct answer, and a sound effect if you have already answered correctly.
6. The app shows you the grade at the end

## Screeshots
* Home Page
* ![image](https://user-images.githubusercontent.com/58489322/167317700-e982b66a-26ea-441e-873f-9957e9bf96ac.png)
* ![image](https://user-images.githubusercontent.com/58489322/153753586-03abfeea-e0de-45db-95a0-71908d69c57b.png)
* Right Answer
* ![image](https://user-images.githubusercontent.com/58489322/153713865-86db4684-1af6-4794-9e22-49da4f6e0922.png)
* Wrong Answer
* ![image](https://user-images.githubusercontent.com/58489322/153713884-8b1422d7-d757-4a33-b8ab-a42a3d4722c9.png)
* The Grade
* ![image](https://user-images.githubusercontent.com/58489322/153713917-b033a6db-fb31-4801-a8ef-370dddd0c1cc.png)
* The Application Icon
* ![TheAppIcon](https://user-images.githubusercontent.com/58489322/153779151-dd2c77c6-1547-46cb-b645-88f383825f9c.png)

## Application Logo
![QuizAtshi](https://user-images.githubusercontent.com/58489322/153112394-8c040534-a394-4b48-be35-8ae45a5f59f1.png)

## Video
[![QuizAtshiVideo](https://img.youtube.com/vi/MMDSkvqAMGs/0.jpg)](https://www.youtube.com/watch?v=MMDSkvqAMGs)

## Project Configuration
* minSdk `21`
* applicationId `"com.app.quizatshi"`
* jvmTarget = `'1.8'`
## Dependencies
* implementation : `'com.google.android.material:material:1.5.0'`
* implementation : `'androidx.core:core-ktx:1.7.0'`
* implementation : `'androidx.appcompat:appcompat:1.4.1'`
* implementation : `'androidx.constraintlayout:constraintlayout:2.1.3'`
* testImplementation : `'junit:junit:4.13.2'`
* androidTestImplementation : `'androidx.test.ext:junit:1.1.3'`
* androidTestImplementation : `'androidx.test.espresso:espresso-core:3.4.0'`