Skip to content

Commit

Permalink
Added Images
Browse files Browse the repository at this point in the history
  • Loading branch information
Bprathmesh committed Aug 20, 2024
1 parent d7accbd commit 592fdcb
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ This Quiz App is a dynamic, interactive application that allows users to test th
- 🖥️ Responsive design for various screen sizes
- 🌓 Light and dark theme options
- ➕ Create and preview custom questions
## 📸 Screenshots

Here are some screenshots of the Quiz App in action:

![Screenshot 1](imgsrc/a1.png)
![Screenshot 2](imgsrc/a2.png)
![Screenshot 3](imgsrc/a3.png)
![Screenshot 4](imgsrc/a4.png)


## 🛠️ Tech Stack

Expand Down
6 changes: 6 additions & 0 deletions flutter_app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"appTitle": "Quiz App",
"welcomeMessage": "Welcome to the Quiz App!",
"startQuiz": "Start Quiz",
"createQuiz": "Create Quiz"
}
6 changes: 6 additions & 0 deletions flutter_app/lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"appTitle": "Aplicación de Cuestionarios",
"welcomeMessage": "¡Bienvenido a la Aplicación de Cuestionarios!",
"startQuiz": "Comenzar Cuestionario",
"createQuiz": "Crear Cuestionario"
}
Binary file added imgsrc/a1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgsrc/a2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgsrc/a3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgsrc/a4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 592fdcb

Please sign in to comment.