sections = {
basicInfo: "Basic Info",
workExp: "Work Experience",
project: "Projects",
education: "Education",
achievement: "Achievements",
summary: "Summary",
other: "Other",
};
information = {
[sections.basicInfo]: {
id: sections.basicInfo,
sectionTitle: sections.basicInfo,
detail: {},
},
[sections.workExp]: {
id: sections.workExp,
sectionTitle: sections.workExp,
details: [
{
title:""
}
,
{
title:""
}
],
},
[sections.project]: {
id: sections.project,
sectionTitle: sections.project,
details: [],
},
[sections.education]: {
id: sections.education,
sectionTitle: sections.education,
details: [],
},
[sections.achievement]: {
id: sections.achievement,
sectionTitle: sections.achievement,
points: [],
},
[sections.summary]: {
id: sections.summary,
sectionTitle: sections.summary,
detail: "",
},
[sections.other]: {
id: sections.other,
sectionTitle: sections.other,
detail: "",
},
forked from handyDev2/resume-builder
-
Notifications
You must be signed in to change notification settings - Fork 1
Parth-88/resume-builder-22
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 82.0%
- CSS 14.0%
- HTML 4.0%