https://github.com/zenithexe/resume-builder
A react-based Resume Builder web app.
https://github.com/zenithexe/resume-builder
Last synced: 12 months ago
JSON representation
A react-based Resume Builder web app.
- Host: GitHub
- URL: https://github.com/zenithexe/resume-builder
- Owner: zenithexe
- Created: 2023-11-15T12:33:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T18:11:53.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T03:44:23.733Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://resume-builder-seven-psi.vercel.app
- Size: 821 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume Builder
I was looking for a project idea to showcase on my Resume, and hence came up with the resume builder. lol
Also it was a good project to learn the redux-toolkit.
## Features
- Developed a dynamic Resume Builder application using React.js to allow users to create and customize their resumes.
- Implemented state management using React hooks and redux-tooklit for efficient data handling and seamless user experience.
- Developed a preview feature enabling users to visualize their resume before finalizing and downloading it as a PDF.
---
### Local Installation :
1. Clone the Repo:
```
git clone https://github.com/zenithexe/resume-builder
```
2. Install the required npm packages:
```
npm i
```
3. Run on live server:
```
npm run dev
```
---
**Dependencies :**
- `redux-toolkit` : A react state-mangement library.
- `shadcn` : UI Library
- `react-component-export-image` : npm module to export react components to png.
---
#### Note :
Since the project uses `html2canvas` library to export the Resume to PNG, it various of the window size and might be buggy in Tablet Devices.