Resume Maker Micro Project Javascript
Resume Maker Micro Project Javascript
1 3.Proposed Methodology 2
5. Resources Required 3
1.Rationale 5
1
Annexure I
Micro Project Proposal
A MICRO PROJECT ON
"RESUME CREATOR"
1. Aims/Benefits of the Micro-Project:
Using a resume creator can help you save time and effort, and make your resume look more professional .
Resume creators can help you create a professional-looking resume in minutes, instead of spending hours
writing and formatting it from scratch. Resume creators can offer features like spell-checking, grammar
correction, and formatting suggestions.
2. Course Outcome Addressed:
1. Create interactive web pages using program flow control structure.
2. Create event based web forms using Java Script.
3. Proposed Methodology:
The proposed methodology for developing a resume creator involves a comprehensive approach that begins with
thorough market and user research to identify needs and preferences. This will be followed by defining user
personas to tailor features specifically for different job seekers, such as recent graduates and experienced
professionals. The development phase will focus on creating user-friendly templates and customizable sections,
supported by content suggestions based on industry best practices. A streamlined design will enhance the user
experience, incorporating usability testing to refine functionality. After implementation using appropriate
technology, the resume creator will undergo rigorous testing to ensure reliability and performance. Finally, a phased
launch strategy will allow for user feedback collection, enabling ongoing improvements and support to adapt to
evolving job market demands.
2
4. Action Plan:
5. Resources Required:
3 Browser Chrome 1
3
6. Names of Team Member with Roll No.:
4
Annexure-II
Micro-Project Report
A MICRO PROJECT ON
“ RESUME CREATOR”
1. Rationale:
Resume builders not only make creating a resume faster and easier but also help speed up the job
application process. Some resume builders have the functionality to integrate with job boards and
social media platforms. This allows you to apply for that ideal job directly from the resume
builder platform. Resume builders use pre-formatted templates and automate the resume creation
process, so you can spend less time formatting and more time applying to jobs. Many resume
builders can optimize your resume for automated applicant tracking systems (ATS), which can
increase your chances of getting past the initial screening process
2. Aims/Benefits of the Micro-Project:
As fresh graduates step into the competitive job market, crafting an impressive resume
becomes a crucial step in securing their dream job. Many students frequently need help with
formatting, structure, and adding the appropriate keywords to stand out from the crowd of
candidates. Fortunately, online resume builders have revolutionized the process of creating
resumes, giving students a helpful tool to improve their job search.
4. Literature Review:
Literature reviews for resume creators can analyze research on resume builder applications to
identify key features, functionalities, and potential limitations. They can also provide insights on
what to include in a resume, and how to make a resume more ATS-friendly.Some categories to
include in a resume are personal information, education, work experience, references,
scholarships, awards, honors, hobbies, interests, and extracurricular activities.
A clean-looking resume with short declarative statements, standard headings and subheadings,
and no extraordinary design experiments is important
5
5. Actual Methodology Followed:
Description:
Scope:
Resume builders allow people to create professional resumes quickly without the need for design or
advanced writing skills. By providing a variety of templates and suggested text, resume makers give
people the ability to customize resumes to fit their specific needs.
6
Program code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resume Creator</title>
<!-- style link here -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- input container starts here -->
<section class="resume-builder">
<div class="container">
<h1>Resume Creator</h1>
<div class="resume_container">
<form class="inputField">
<input type="text"
name="name"
placeholder="Your Name"
title="Enter Your Name" />
<input type="text"
name="title"
placeholder="Title/Sub Heading"
title="Enter Title/Sub Heading" />
<input type ="text" name="work_experience"
placeholder="Work Experience"
cols="40" rows="3"
title="Enter Your Work Experience"/>
</form>
</div>
<p class="credit">
Created by
<a href=
"https://auth.geeksforgeeks.org/user/lunatic1/articles"
target="_blank">
lunatic1
</a>
</p>
<p class="tip">
**You can use markup in the text area for text decoration**
</p>
</div>
</section>
<!-- input container ends here -->
</html>
8
9 . Actual Resources Used:
WINDOWS 11,8GB
1 Computer 1
RAM, 256GB SSD
2 Operating System WINDOWS 11 1
3 Browser Chrome 1
*********