In this Java tutorial, we are going to develop a Resume Builder Maker. This project uses some Java swing functionalities to provide GUI and File Handling to store username and password.
RESUME BUILDER USING JAVA-
INTRODUCTION -
This is a basic resume maker. It is divided into three sections - personal details, education, experience. And final resume is made by combining all three sections.
IMPLEMENTATION -
Basic functionalities used in this project are -
Registered users can log in to their accounts to use this resume builder.
-1623304966-701.png)
New users can register in this section and get their accounts created.
-1623304944-701.png)
Users have to fill in the fields like name, father’s name, DOB, nationality, phone number, and email id.
-1623304990-701.png)
Users have to fill the fields for school, college, and university and their respective joining and passing years. One more field of Languages known.
-1623305010-701.png)
Users have to fill in their internship details.
-1623305029-701.png)
The final output of the resume comes out after combining personal, education, and experience sections.
-1623305493-701.png)
THANK YOU!!!!
Submitted by Supriya Bauddh (SupriyaBauddh)
Download packets of source code on Coders Packet
Comments