Skip to content

SarathAdhi/Resfolio-Resume-Generator

Repository files navigation

image

About ResFolio

  1. Resfolio is an online resume builder designed for job seekers who want to create a professional and impactful resume in minutes.

  2. Resfolio allows you to easily build a custom resume that highlights your skills, experience, and achievements, and showcases your unique brand.

  3. Resfolio has a user-friendly interface and customization options to make it easy for you to create a resume that stands out from the crowd.

  4. Resfolio takes care of formatting and design for you, so you can focus on creating compelling content that tells your story and demonstrates your value to potential employers.

  5. Resfolio is a great tool whether you're just starting your career or looking to make a change, to help you land your dream job.

Tech Stack

Languages

  • HTML5
  • CSS3
  • TypeScript

Getting Started

  1. Clone the repository

    git clone https://github.com/Yashdon999/Resume-Genrator.git

  2. Go to the project directory

    cd Resfolio-Resume-Genrator

  3. Install dependencies - use yarn (recommended)

      npm install
      # or
      yarn install
  4. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  5. Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

Contributions

Create a branch

Change to the repository directory on your computer (if you are not already there):

cd Resfolio-Resume-Genrator

Now create a branch using the git switch command:

git switch -c your-new-branch-name

For example:

git switch -c new-template-3

Make necessary changes and commit those changes

If you go to the project directory and execute the command git status, you'll see there are changes.

Add those changes to the branch you just created using the git add command:

git add .

Now commit those changes using the git commit command:

git commit -m "relevant-commit-title"

Push changes to GitHub

Push your changes using the command git push:

git push -u origin your-branch-name

Submit your changes for review

If you go to your repository on GitHub, you'll see a Pull requests button. Click on that button and create a new Pull request.

create a pull request

Now submit the pull request.

NOTE: Give appropriate title and a brief description with images.

Soon I'll be merging all your changes into the main branch of this project. You will get a notification email once the changes have been merged.