+ {showScore ? (
+
+
Score: {userAnswers.filter((answer, index) => answer === questions[index].answer).length}/{questions.length}
+
+
+ ) : (
+
+
{questions[currentQuestion].question}
+
+
+
+
+
+
+ )}
+
+ );
+};
+
+export default App;
diff --git a/src/pages/eljay/index.html b/src/pages/eljay/index.html
new file mode 100644
index 0000000..078211f
--- /dev/null
+++ b/src/pages/eljay/index.html
@@ -0,0 +1,11 @@
+
+
+
+