Skip to content

king11223344/ResumeFy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResumeFy - Resume Builder Website

ResumeFy is a web application built with ReactJS that aims to make it easy for anyone to create professional resumes in just three simple steps. It provides various resume templates to choose from, allowing users to customize their resumes with their information and preferences. Additionally, ResumeFy allows users to save and print their resumes in their desired formats. The website can be easily deployed using Vercel.

Screenshot (24)

Table of Contents

Features

ResumeFy offers the following features:

  • Choose from a variety of resume templates.
  • Easily update resume information.
  • Print or save the resume in different formats.
  • Seamless deployment using Vercel.

Please note that some resume templates are still in the development phase and may not be available for use yet.

Demo

See the live demo of the site at [https://resumefy.vercel.app/]

Getting Started

To get started with ResumeFy, follow the instructions below.

Prerequisites

  • Node.js (version 12 or above)
  • npm (Node Package Manager)

Installation

  1. Clone the repository:
git clone https://github.com/king11223344/ResumeFy.git
  1. Navigate to the project directory:
cd ResumeFy
  1. Install the dependencies:
npm install
  1. Start the local deployemnt
npm run start

Usage

ResumeFy provides a simple three-step process to create and customize your resume.

Step 1: Select a Template

  1. Open the ResumeFy web application in your preferred web browser.
  2. Click on the "Templates" section.
  3. Choose a template that suits your preferences and click on it.

Step 2: Update Resume Information

  1. After selecting a template, you will be redirected to the resume editor.
  2. Fill in your personal information, such as name, contact details, education, work experience, and any other relevant sections.
  3. Customize the sections and layout according to your requirements.

Step 3: Print or Save the Resume

  1. Once you have updated the resume information, click on the "Print" button.
  2. Choose your desired format for saving or printing the resume.
  3. Optionally, you can save the resume as a PDF or any other supported format.

Deployment

ResumeFy can be easily deployed using Vercel. Follow the steps below for deployment:

  1. Sign up for an account on vercel.com if you don't have one already.
  2. Install the Vercel CLI by running the following command:
npm install -g vercel
  1. Navigate to the project directory in your terminal.
  2. Run the deployment command:
vercel
  1. Follow the on-screen instructions to link your Vercel account and customize your deployment settings.
  2. Once the deployment is complete, you will receive a URL for your deployed ResumeFy application.

Contributing

Contributions to ResumeFy are welcome! If you find any issues or have suggestions for improvements,