Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yadnyesh-28/quiz-application
Online Quiz Application written in java with jdbc using swing components.
https://github.com/yadnyesh-28/quiz-application
awt java javaswing mysql-database
Last synced: 20 days ago
JSON representation
Online Quiz Application written in java with jdbc using swing components.
- Host: GitHub
- URL: https://github.com/yadnyesh-28/quiz-application
- Owner: yadnyesh-28
- Created: 2024-12-08T05:03:05.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-08T05:23:42.000Z (28 days ago)
- Last Synced: 2024-12-08T06:20:21.361Z (28 days ago)
- Topics: awt, java, javaswing, mysql-database
- Language: Java
- Homepage:
- Size: 515 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Online QuizApp Application written in java with jdbc using swing components.
I have provided how to open and run file. go through it.
Features
StartUp Screen.
Login.
Registration.
Quiz timer.Requirements:
JDK 21.
Eclipse IDE(As it is a Eclipse Source Folder).
MySQL(I have used MySql client side to Create tables).
Provided Files:
Eclipse Project Folder > QuizApp
Instructions to Import into Eclipse:
Eclipse > File >Open projects from filesystem > Directory > Now Select the QuizApp folder
How to start application:
Right click on QuizApp > run as java Application > run HomePage file or in quizapp open src > open homepage package > run HomePage file or open and press f11.
I have also provided Readme.txt file in QuizApp folder Info of Application