From 75d8c6e27b37db2bbebe06974b01cdea4527fbcf Mon Sep 17 00:00:00 2001 From: Kate Morf Date: Sun, 25 Oct 2020 12:50:53 -0300 Subject: [PATCH] * Update Example projects - Added an example of project that create dynamic quizzes using Wikipedia --- 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..aabb6476 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) +- [WikiQuiz](https://github.com/alexgreene/WikiQuiz)