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.
New users can register in this section and get their accounts created.
Users have to fill in the fields like name, father’s name, DOB, nationality, phone number, and email id.
Users have to fill the fields for school, college, and university and their respective joining and passing years. One more field of Languages known.
Users have to fill in their internship details.
The final output of the resume comes out after combining personal, education, and experience sections.
THANK YOU!!!!
Submitted by Supriya Bauddh (SupriyaBauddh)
Download packets of source code on Coders Packet
Comments