Skip to content

all-an/quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quiz-app

A flashcard style quiz app for study purposes

PS.: Making this program just to help me study for the AWS Certification exams

Project requirements:

Java 21

# Dependencies: see the pom.xml file

Fill the file 'questions.json' with your questions and answers:


Build the program and run the tests:

mvn clean package

For Intellij just open the QuizApp.java file and hit Run


Run the jar file:

java -jar target/quizapp-1.0-SNAPSHOT-jar-with-dependencies.jar

Program visualization:

img.png


Roadmap:

  • Improve test coverage
  • Editable fields to fill the questions.json file
  • Dark theme
  • English learning question.json like Duolingo

License MIT

About

quiz app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages