Skip to content

This repository offers a simple resume template that you can utilize to build your own.

Notifications You must be signed in to change notification settings

rogershi-dev/personal-resume-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Resume Template

This repository offers a simple resume template that you can utilize to build your own.

Installation

# Clone the repository
git clone https://github.com/rogercortez-dev/personal-resume-template.git

# Navigate to the project directory
cd personal-resume-template

# Install dependencies
npm install

# Start the development server
npm start

Usage

  • Once you started the development server, you should now be able to access the resume from http://localhost:3000.Then navigate to App.js to switch positions of different sections.
  • You can also edit individual components for your preferred customization.You can even create your own components and add them to the resume.
  • Remember, you don't directly send the project to your hiring manager for your job application.Instead, you can print out the current page as PDF using the browser's Print functionality.This ensures that the resume details are neatly formatted and easily accessible.
  • One last thing, based on your personal preference, you may choose whether to include Headers and footers or Background graphics in the resulting PDF.

Contribution

Here are the general guidelines for contributing to the project

  1. Fork the repository.
  2. Create a new branch (git switch -c feature/your-feature).
  3. Make your changes and stage them (git add .).
  4. Commit those changes (git commit -m "Your perferred commit message").
  5. Push to the branch (git push origin feature/your-feature).
  6. Create a new Pull Request.

About

This repository offers a simple resume template that you can utilize to build your own.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published