- Created an online tool to help people build professional resume quickly and easily.
- The platform offers multiple templates with customization options to create resume according to individual needs and preferences.
- Implemented OAuth authentication to enhance user security and streamline admin access.
- Integrated Stripe payment gateway to allow users to subscribe to premium / paid templates.
git clone https://github.com/guptamudit/cv-builder.git
npm install (dependencies)npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.