-
Resfolio is an online resume builder designed for job seekers who want to create a professional and impactful resume in minutes.
-
Resfolio allows you to easily build a custom resume that highlights your skills, experience, and achievements, and showcases your unique brand.
-
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.
-
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.
-
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.
- ReactJS
- NextJS
- TailwindCSS
- Rsuite - UI Component Library
- Google Analytics 4 (react-ga4)
- Zustand - State management
- HTML5
- CSS3
- TypeScript
-
Clone the repository
git clone https://github.com/Yashdon999/Resume-Genrator.git
-
Go to the project directory
cd Resfolio-Resume-Genrator
-
Install dependencies - use
yarn
(recommended)npm install # or yarn install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
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
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 your changes using the command git push
:
git push -u origin your-branch-name
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
.
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.