Skip to content

sabeenaviklar/ResumeProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Builder

A resume is a formal document that a job applicant creates to itemize their qualifications for a position. It details our skills and training, work experience, and education, and, most importantly, the accomplishments we have made with past employers. It should also communicate in a concise manner the benefits you will bring to the job if hired.

Employers use resumes to make recruiting choices, and it can also help us secure interview after submitting a job application. Owing to this one must ensure that the resume is clean and has relevant content.

Resume builder is a application used to create ATS(Applicant Tracking System) friendly resumes. This app helps to create resumes which has all the relevant information needed to get hired.

Resume.Builder.mp4

Tech Stacks

  • Frontend : React
  • Backend : NodeJS and Express
  • Database : MongoDB

Getting Started🌟📰

  1. Fork the repository by clicking on the "Fork" button on the top right of the repository page. This will create a copy of the repository in your GitHub account.

  2. Clone the repository:

    git clone <repository-url>
  3. Install dependencies:

    cd client
    npm install
  4. In the client1 folder, run command

    npm start
  5. To initialize the backend server, run command

    node server.js

Open your web browser and navigate to http://localhost:3000 to access the tusharesume website.

How to use?

  • Register

  • Login

  • Add details to the profile.

  • Select the desired template from the home page.

  • Print the resume

Template

The resume builder currently provides 3 templates.

  1. Simple Resume

  1. Highlighted Sections Resume

  1. Semi-Highlighted Sections Resume

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • CSS 8.3%
  • HTML 1.2%