HRithIkGowDA / Resume-Builder

Resume Builder Application

Home Page:https://resume-builder-3ad0b.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume Builder

 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: "",
    },

About

Resume Builder Application

https://resume-builder-3ad0b.web.app


Languages

Language:JavaScript 82.1%Language:CSS 13.9%Language:HTML 4.0%