Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add improvments to README and directions to run on Windows/Mac device #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 66 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,30 @@
[![GitHub forks](https://img.shields.io/github/forks/Suryansh1720001/Developer-Quiz?style=for-the-badge&logo=appveyor)](https://github.com/Suryansh1720001/Developer-Cheatsheet/network)
[![GitHub stars](https://img.shields.io/github/stars/Suryansh1720001/Developer-Quiz?style=for-the-badge&logo=appveyor)](https://github.com/Suryansh1720001/Developer-Cheatsheet/stargazers)

# Enhance your knowledge by taking part in this Quiz. Here you can find out 8+ different developer quiz
# Enhance and test your programming knowledge by taking these quizzes! Find 8+ different developer quizzes in one app.
<img src ="https://user-images.githubusercontent.com/85965606/178428964-4ba6794c-fa80-489d-8bf9-947b6ee0cd9d.png" width="850" heigth="850">

It is based on Kotlin language. Find out many quiz according to your field.
# Table of Contents
1. [ Why this app? ](#why-this-app)
2. [ Topics ](#topics)
3. [ Features ](#features)
4. [ Screenshots ](#screenshots)
5. [ Tech Stack ](#tech-stack)
6. [ Installation ](#installation)
7. [ How to run on a non-Android device ](#how-to-run)
8. [ Attributes ](#attributes)
9. [ Contribution ](#contribution)

<a name="why-this-app"></a>
## Why this app?
This app is a fun and easy way to test your developer knowledge and enhance your learning! Practice concepts and find new questions on a variety of programming topics.

This app is an Android application written in Kotlin.

<a name="topics"></a>
## Topics

Find quizzes on...

- C++
- Java
Expand All @@ -19,19 +39,27 @@ It is based on Kotlin language. Find out many quiz according to your field.
- JavaScript
- CSS
- ReactJS
- and many more
- And many more!

## Help
<a name="features"></a>
## Features
<img src ="https://user-images.githubusercontent.com/85965606/175757754-d3a711b9-8b43-4fca-a86e-2a1b5ee96414.jpg" width="600" heigth="600">

- Pie Chart Analysis with Solution
- Knowledge of different languages
- Interview preparation
- Different New Questions
### Pie Chart Analysis with Solution
Along with a variety of quizzes and questions, this app also provides you with a pie chart analysis of your performance.

### Knowledge of different languages
Enhance your knowledge of different programming languages! Learn new concepts and test your skills.

### Interview Preparation
Prepare for commonly asked interview questions on industry-used languages.

## Some Screenshot of Application
### Different New Questions
This app provides you with questions on a variety of topics. You can also find the solution to each question.


<a name="screenshots"></a>
## Screenshots of Application

.<img src= "https://user-images.githubusercontent.com/85965606/178430014-afe1c59d-a6ae-42b4-8113-db236207bc84.jpeg" width="250" height="505">
.<img src= "https://user-images.githubusercontent.com/85965606/178430039-3a3f4dfb-fcbf-4b23-9a64-8e3af4763b9e.jpeg" width="250" height="505">
Expand All @@ -41,20 +69,42 @@ It is based on Kotlin language. Find out many quiz according to your field.
.<img src= "https://user-images.githubusercontent.com/85965606/178430126-1e51cfaa-9ea2-4c65-944c-59e40c551192.jpeg" width="250" height="505">


## Tech
- Kotlin language
- xml language
- Android Studoid
<a name="tech-stack"></a>
## Tech Stack
- Kotlin
- XML
- Developed using Android Studio

And of course Developer Quiz-App itself is open source with a [public repository](https://github.com/Suryansh1720001/Developer-Quiz)
on GitHub.

<a name="installation"></a>
## Installation
... (GooglePlay Store link available soon) ...

- Use this link to download the app
- [DOWNLOAD APP](https://www.mediafire.com/file/dedsyzki870kzsv/Developer_Quiz.apk/file)
Follow the link below to download the .apk file for this application.

[DOWNLOAD APP](https://www.mediafire.com/file/dedsyzki870kzsv/Developer_Quiz.apk/file)

<a name="how-to-run"></a>
## How to run on a non-Android device

This application runs on Android devices, but in many cases, you may find yourself wanting to run the app on your personal computer.

To do so (on a Windows or Mac machine):

1. Download and install [Android Studio](https://developer.android.com/studio)

Note: Other Android emulators can be used, but Android Studio is recommended since it's from Google.

2. Configure Android Studio and create a virtual device. My device was a Pixel 3 running API level 25.
3. Download the .apk file from the link in the [ installation ](#installation) section.
4. Drag the downloaded apk file into the emulator (the screen of your virtual device).
5. An installation pop-up should appear. When the installation completes, the app will be available on the device.
6. Open the "Developer Quiz" app and enjoy!


<a name="attributes"></a>
## Attributes

Thank you for providing the images from your sources
Expand All @@ -69,6 +119,7 @@ Thank you for providing the images from your sources

<br>

<a name="contribution"></a>
# Contribution

## 🧑‍💻 About the Maintainer
Expand Down