jhipster /
generator-jhipster
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Loading repository data…
hemanthsinghk14 / repository
A modern Java Swing desktop application for taking quizzes on programming, data structures, algorithms, databases, web development, and computer science. Features user registration, login, quiz history, leaderboard, and a vibrant UI.
A modern Java Swing desktop application for taking quizzes on programming, data structures, algorithms, databases, web development, and computer science. Features user registration, login, quiz history, leaderboard, and a vibrant UI.
javac SimpleQuizApp.java
java SimpleQuizApp
git init
git add .
git commit -m "Initial commit: Java Quiz Generator using AI"
git branch -M main
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git
git push -u origin main
Replace
YOUR_USERNAMEandYOUR_REPO_NAMEwith your actual GitHub username and repository name.
javac SimpleQuizApp.java
java SimpleQuizApp
SimpleQuizApp.java — Main application source codeusers.txt — Stores user credentials and statshemanth_quiz_data.txt — (Optional) Exported user quiz data
This project is for educational purposes. Feel free to use and modify it!
Selected from shared topics, language and repository description—not editorial ratings.
jhipster /
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
winterbe /
Modern Java - A Guide to Java 8
square /
A modern JSON library for Kotlin and Java.
square /
A modern I/O library for Android, Java, and Kotlin Multiplatform.
javalin /
A simple and modern Java and Kotlin web framework
sockeqwe /
A Model-View-Presenter / Model-View-Intent library for modern Android apps