From 13dfecf5d9055308819273028bf15447241b972f Mon Sep 17 00:00:00 2001 From: yassir kazzoune <53063945+DevKazonovic@users.noreply.github.com> Date: Tue, 13 Apr 2021 16:49:55 +0000 Subject: [PATCH] Added a Real-World Example Project to Quiz App - for [1-Beginner, Quiz App] I Added My Trivia App for android only, it's on the PlayStore. - Tech Stack: Android Studio, Kotlin, Jetpack, Retrofit2 & more... I hope that this will help others developers. --- Projects/1-Beginner/Quiz-App.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/1-Beginner/Quiz-App.md b/Projects/1-Beginner/Quiz-App.md index 55d6bcf1..a6dda0b5 100644 --- a/Projects/1-Beginner/Quiz-App.md +++ b/Projects/1-Beginner/Quiz-App.md @@ -31,3 +31,4 @@ As a developer you can create a quiz application for testing coding skills of ot - [Quiz app built with React](http://tranquil-beyond-43849.herokuapp.com/) (wait for it to load as it is hosted on Heroku) - [Quiz app interface](https://codepen.io/FlorinPop17/full/qqYNgW) - [Quiz Progressive Web App built with React](https://github.com/SafdarJamal/quiz-app) +- [Quiz app for Android](https://github.com/DevKazonovic/Quizzer)