Tc2r1 / Dev_Interview_Prep_App

This is an Open Sourced Programming Quiz Project to help people practice for interviews. We are redesigning the application for use with all languages. Open for help!
Other
51 stars 53 forks source link

Feature: Add Screen to choose what code language you'd like for quiz. Native_Kotlin/Template #45

Open Tc2r1 opened 1 year ago

Tc2r1 commented 1 year ago

Quiz application is currently tuned towards Android Quiz questions, Application should open to a screen allowing users to choose what type of quiz they would like to engage in.

Inside of the Native_Kotlin/Template module only, add a screen that allows user to pick which quiz they'd like to engage in. Describe the solution you'd like

Developer will create a "pick a quiz" fragment or activity that allows user to choose different types of quizzes based on languages.

Based on this choice, the network should "load" questions from different .json sources within the /Languages/ folder.

As this is the template application, all loading of data should be mocked.

As this is the template application, please leave detailed notes on what future developers should do when using this template to complete their own module.

Hwajun1323 commented 1 year ago

Can you assign me for this?

github-actions[bot] commented 1 year ago

👋 You've been assigned this issue, Please fork the repository and create a branch to work on the issue assigned here 💻. When you are done make a Pull Request. Good Luck!

github-actions[bot] commented 1 year ago

👋 You've been assigned this issue, Please fork the repository and create a branch to work on the issue assigned here 💻. When you are done make a Pull Request. Good Luck!

Hwajun1323 commented 1 year ago

@Tc2r1 How to start this application? I couldn't find the configuration