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.
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.
See the live demo of the site at [https://resumefy.vercel.app/]
To get started with ResumeFy, follow the instructions below.
- Node.js (version 12 or above)
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/king11223344/ResumeFy.git
- Navigate to the project directory:
cd ResumeFy
- Install the dependencies:
npm install
- Start the local deployemnt
npm run start
ResumeFy provides a simple three-step process to create and customize your resume.
- Open the ResumeFy web application in your preferred web browser.
- Click on the "Templates" section.
- Choose a template that suits your preferences and click on it.
- After selecting a template, you will be redirected to the resume editor.
- Fill in your personal information, such as name, contact details, education, work experience, and any other relevant sections.
- Customize the sections and layout according to your requirements.
- Once you have updated the resume information, click on the "Print" button.
- Choose your desired format for saving or printing the resume.
- Optionally, you can save the resume as a PDF or any other supported format.
ResumeFy can be easily deployed using Vercel. Follow the steps below for deployment:
- Sign up for an account on vercel.com if you don't have one already.
- Install the Vercel CLI by running the following command:
npm install -g vercel
- Navigate to the project directory in your terminal.
- Run the deployment command:
vercel
- Follow the on-screen instructions to link your Vercel account and customize your deployment settings.
- Once the deployment is complete, you will receive a URL for your deployed ResumeFy application.
Contributions to ResumeFy are welcome! If you find any issues or have suggestions for improvements,