
Completed
Posted
Paid on delivery
Our online resume builder is live, but two core functions are failing: users cannot reliably save their resumes and the template-customization panel behaves unpredictably. When someone clicks “Save,” nothing is written to the database most of the time; occasionally it overwrites an existing file instead. On the design side, switching fonts, colours or section layouts does not always reflect in the preview and sometimes resets previous choices. The code-base is next js on the front-end and Node/Django back-end. Deliverables • We already fixed most of the bugs, but we want to [login to view URL] some minor alignment bugs on the template preview...and the final pdf version(when exported) 2. We want to add a download button below the resume preview...so download is easier(download is only for pro users) 3. We want to change the header text on the stripe payment page so it captures the currency and exchange rate of the country user is purchasing the plan from dynamically e.g if a user is in Nigeria, the message should now be "subscribe to pro for just $10 /(or 13000 NGN) So we are coverting to the local amount based on the exchange rate for that day Once repairs are complete, please deploy to our staging branch and walk me through the changes on a short call or concise screen-recording.
Project ID: 40391018
157 proposals
Remote project
Active 17 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Hi, I have experience working on resume builders and similar document-based apps where state syncing, preview rendering, PDF output, and payment-gated features all need to behave consistently. I’m comfortable debugging across [login to view URL] on the frontend and Node/Django on the backend, especially when issues involve unreliable save behavior, overwritten records, preview state resets, and differences between screen preview and exported PDF. For the save issue, I would review the full save flow from frontend state to API request to database write logic, because behavior like “sometimes not saved” and “sometimes overwrites” usually points to a mix of state, identifier, or update/create handling problems. For the customization issue, I would trace how style settings are stored, applied to preview, and persisted so font, color, and layout changes remain stable. I can also handle the minor alignment fixes in both preview and exported PDF, add the download button for pro users in the correct place, and update the Stripe page text so it shows the base price with the user’s local currency conversion dynamically. After the fixes, I can deploy everything to the staging branch and provide a short walkthrough by call or screen recording. I can start immediately.
$100 USD in 1 day
4.2
4.2
157 freelancers are bidding on average $109 USD for this job

Greetings, I see you're looking to address some important issues with your online resume builder, specifically around saving functionality and template customization. It sounds like users are having trouble saving their resumes consistently and that the customization options aren’t reflecting properly in the preview. To tackle these problems, I would first focus on the database saving issue to ensure that resumes are reliably stored without overwriting existing files. Next, I’d refine the alignment bugs for both the template preview and the final PDF export. Adding a download button for pro users and dynamically updating the pricing message on the Stripe payment page based on user location are both straightforward tasks that I can implement seamlessly. Once everything is fixed, I’ll deploy to your staging branch and provide a detailed walkthrough of the updates. Best regards, Saba Ehsan
$100 USD in 3 days
7.1
7.1

Hello I understand your live resume builder has two critical core functional issues. My expertise is fixing complex bugs efficiently to restore full functionality and user satisfaction. I'm ready to dive in immediately to ensure your builder performs flawlessly. Let's discuss a swift resolution. Giáp Văn Hưng
$105 USD in 7 days
6.8
6.8

I hope you're doing well! My name is Nawal, and I bring over nine years of experience in Resume Builder Bug Fixes. After carefully reviewing your project brief, I’m confident that I understand your needs and can deliver exactly what you're looking for. Here’s what I offer: ✅ Multiple initial drafts within 24 to 48 hours ✅ Unlimited revisions until you're 100% satisfied ✅ Final delivery in all required formats, including the editable master file and full copyright ownership You can check out my portfolio and past work here: ? Freelancer Profile – eaglegraphics247 I’d love to discuss your project further and explore how we can make your vision a reality. Let me know a convenient time for a quick chat! Looking forward to working together. Best regards, Nawal
$80 USD in 1 day
5.0
5.0

Hello, We went through your project description and it seems like our team is a great fit for this job. I build and optimize fast, responsive websites that are designed to perform smoothly and convert visitors into leads or customers. I’d love to discuss your project in more detail and get started right away. Best regards, Khadija Amin freelancer.com/u/khadijaamin9
$80 USD in 3 days
4.2
4.2

Hi, full-stack developer I can jump on that immediately. 9+ years of experience. I have done many similar projects. Please check feedbacks. Contact me to discuss and start it right away. Will be done quickly! Kind Regards!
$80 USD in 2 days
4.1
4.1

As a Full-Stack Developer and DevOps Engineer, I bring a unique perspective and an end-to-end capability to your project that will be especially valuable in addressing the critical backend/frontend issues hampering your important resume builder tool. I have extensive skills in JavaScript and Node.js - languages that are directly pertinent to solving the database-related problems users seem to be facing. Moreover, I'm proficient in frontend development, which is key for debugging UI anomalies like unpredictable template customization and preview bugs as well as adding new essential functionalities such as the download option you mentioned. This blends perfectly with my deep knowledge of Node.js for effective server-side operations. Furthermore, being a DevOps Engineer skilful in deployments, I can ensure timely delivery of not only thoroughly repaired code but also smooth integration onto the staging branch. You can count on me to clearly document all changes made and demonstrate them in either comprehensive screen-recordings or concise calls. Open channels of communication are fundamental to successful project execution - and that's what I stand for. It would be my utmost pleasure to undertake these crucial fixes for you! Let's get started!
$90 USD in 2 days
3.3
3.3

Hello, The core challenges here involve ensuring reliable data persistence during the save operations while avoiding unintended overwrites. Additionally, the unpredictable behavior of the template-customization panel suggests potential issues with state management and rendering updates. Could you clarify how data is currently being handled during save operations? Is there a transaction management process in place to prevent overwrites? Also, what is the expected behavior for the template-customization state—should it persist across user sessions, or is it session-based? I look forward to discussing the architecture and addressing these challenges effectively.
$80 USD in 7 days
3.5
3.5

Hi, I’m Nico Legaspi. I am sure I can solve in few hours. I understand your stack and the type of bugs you’re facing. I can fix these remaining issues in your resume builder and clean up the experience. I’m ready to start and resolve this efficiently.
$120 USD in 1 day
3.1
3.1

I understand you need fixes on your resume builder including saving issues, template customization bugs, and improvements to the PDF export and UI. I can help you clean and stabilize these features properly. I will debug the save functionality so resumes store correctly in the database, fix the template customization issues so changes reflect consistently in preview and PDF export, and correct the alignment problems. I will also add a pro-only download button below the resume preview and update the Stripe payment header to dynamically show local currency based on user location and exchange rates.
$100 USD in 7 days
1.9
1.9

⚡⚡⚡⚡⚡Hello. I have read your project proposal in details. ⚡⚡⚡⚡⚡ I fix this exact class of resume-builder bugs regularly: failed saves, accidental overwrite, preview state drift, and PDF mismatch in Next. js apps with mixed Node/Django backends. Your symptoms point to two root issues: unstable resume identity/update logic on save and fragmented client state where customization controls, preview rendering, and export payload are not driven from one canonical source. I’ll trace save requests end to end, inspect API payloads, DB writes, and overwrite conditions, then unify template state, patch preview/PDF alignment, add a gated Pro download CTA, implement dynamic Stripe header text with country currency/exchange data, deploy to staging, and hand over with a concise walkthrough. If helpful, I can review your current setup and show exactly how I’d approach your case before we start.
$80 USD in 1 day
1.9
1.9

!~@~ Resume Builder Bug Fixes ~@~! ⭐ Hey, Andrew here, a full-stack developer with 20+ years of experience under my belt. This project lines up well with work I've done before, so I know I can deliver. Send me a message and let's set up a quick call to go over the scope and next steps. Thanks, Andrew
$80 USD in 30 days
0.0
0.0

Hello, With a clear understanding of your project's objectives and my strong skills in Frontend Development, HTML, JavaScript, Node.js and overall Web Development, I am well equipped to tackle the existing bugs plaguing your resume builder. Simplicity and efficiency have always been my guiding principles and that is exactly what your project needs. I have the experience needed to identify and fix alignment bugs effectively, giving you a beautifully-rendered preview and PDF output of each resume template without any distortions. Also, understanding the need for enhanced user experience, as a pro user should be able to access the final product with ease, I will swiftly add the download button prompting more user adoption in this option. Additionally, I'll attend to the header text on your stripe payment page so that it dynamically captures the currency and exchange rate of the user's country. Your users in Nigeria will now see how much they need to pay in their local Naira currency while keeping up with real-time exchange rates. My result-oriented approach coupled with excellent communication skills will ensure continuous progress updates throughout the project via concise screen-recordings or any mode convenient for you. Thanks!
$80 USD in 8 days
0.0
0.0

Hello, As a seasoned Full Stack Developer with over 7+ years of experience, I can assure you that I possess the skills and expertise necessary to resolve the major issues faced by your resume builder. Having worked extensively on MERN and MEAN stacks including React.js, Angular, Node.js and MongoDB, I have gained in-depth understanding of the intricacies involved in these technologies. To complement this, I have a proven track record of designing interfaces that are not only responsive and high in performance but are also secure REST APIs with complex business logic, which is precisely what your project demands. In addition to the skill set, one of my core strengths is my ability to identify underlying problems quickly and find appropriate solutions expediently. This ensures efficient code quality and minimizes future occurrences of similar issues. Moreover, for me it's not just about fixing bugs, it's also making sure the project is able to scale, which is evident from my successfully developed multi-tenant platforms and role-based dashboards. After a careful evaluation of your requirements and matching them with my skillset, I am confident that I will be able to deliver satisfactory results within the given timeline. My aim has always been to partner with clients on their journey towards success - and working closely with you on resolving this issue would let me bring value to your platform like never before. Thanks!
$200 USD in 3 days
0.0
0.0

This project is right in line with the projects I work on. I’ve handled next js front-end bugs and Node/Django back-ends before, and I know how saving functions can fail silently when database calls aren't managed properly. Aligning PDF exports with on-screen previews often requires careful CSS and layout checks to avoid subtle shifts. I’ll make sure your fixes and new features are clearly tested and documented for smooth deployment, with no surprises when moving to staging. Reach out for a free consultation, happy to share a clear next step with no expectations. Stef
$80 USD in 14 days
0.0
0.0

Let me get it done, I'll stabilize your database save functionality by debugging the API endpoints in your Node/Django backend and refactoring the frontend state management to ensure template customizations persist accurately in the preview. Your project will be finished in 1 week, I have built similar websites before when working for web development agencies. Here is how I would approach it: 1. I can do a free demo if needed. We will plan everything out together, go through all the requirements, and then start. 2. Debug the Save and update logic to prevent data overwriting and ensure reliable database commits. 3. Apply CSS fixes to the template preview and PDF export to ensure pixel-perfect alignment. 4. Implement the Pro-only download button with logic to verify user subscription status. 5. Integrate a geo-location or IP-based currency conversion API to dynamically update the Stripe header with local pricing and exchange rates. 6. Deploy the final build to your staging branch and provide a detailed video walkthrough of all fixes. Let's talk as soon as possible and get it done. Best Regards, Mihajlo
$90 USD in 7 days
0.0
0.0

I’m experienced developer with deep knowledge in creating e-commerce websites and web apps. I know a lot about integrations between FE and BE (also SSR). So, I will do your task fast and accurately. Everything will work well and you will be happy of my made work.
$90 USD in 1 day
0.0
0.0

Hi I can do this. I believe I'm the perfect fit to tackle the bugs plaguing your Resume Builder platform. My core competencies in frontend and web development give me a comprehensive understanding of the entire process from design to implementation. Proficient in JavaScript frameworks like React, I have ample experience troubleshooting issues and fixing bugs that involve backend technologies like Node and Django. Moreover, throughout my career, delivering solutions that meet client needs across various industries has been my paramount focus. Perfectly aligning with this project's goals, I've restored stability to several on-demand delivery apps, web solutions, and successfully integrated intricate payment systems. This speaks to my ability to handle complex functionalities and ensure a seamless user experience - two key aspects needing attention in your resume builder. Let me confidently say that hiring me means you can expect a highly skilled hand who leaves no stone unturned during testing and commits transparently to effective communication. Regards Parveen
$100 USD in 4 days
0.0
0.0

Hi, The updates will be handled cleanly without disturbing your existing layout. The new logo will be integrated and optimized for both desktop and mobile to ensure sharp rendering and proper scaling. All text changes including headline, call to action, About section, and footer contact details will be swapped in exactly as provided while preserving spacing and structure. The OTA Sync widget will be embedded into the booking section and styled to match your site’s fonts, colors, and buttons for a seamless look. The full booking flow will be tested across desktop and mobile to confirm smooth functionality. Updated HTML and CSS files will be delivered along with screenshots confirming correct display and operation. Estimated turnaround is within 1 day depending on revisions. If you need portfolio then come inbox where I will share you my portfolio with similar HTML updates Best regards, Syeda Atrab
$80 USD in 2 days
0.0
0.0

I have good experience of the entire enviorment in a software and I have experience in testing of softwares and creating new products, which makes me well suited for the job
$80 USD in 7 days
0.0
0.0

Hi, Your online resume builder's reliability hinges on addressing the critical issues with saving resumes and the template-customization panel. The inconsistent saving behavior, where data fails to write to the database or overwrites existing files, poses a significant risk to user satisfaction and data integrity. To mitigate this, I would implement transaction management on the Node/Django back-end that ensures data consistency, allowing for rollback in case of failure. In my previous work, I tackled similar challenges where data integrity issues led to user frustration. I streamlined database interactions, which reduced errors by ensuring that all save operations were atomic. This experience will directly benefit your project by enhancing the reliability of the save functionality while also ensuring that other features like the template preview work as intended. To approach this project, I would start with a thorough review of the existing codebase, focusing on the saving mechanism and template rendering logic. After identifying the root causes, I would fix the bugs, implement the new download button for pro users, and dynamically adjust the Stripe payment header based on user geolocation. Finally, I would deploy to your staging branch and provide a walkthrough of the changes. What is the current state of testing for these features? Could you clarify the expected timeline for deploying these fixes? Looking forward to hearing from you, Dmytro
$80 USD in 7 days
0.0
0.0

New milford, United States
Payment method verified
Member since Jan 2, 2019
$50-100 USD
$80-100 USD
$10-30 USD
$100-150 USD
$30-250 USD
₹1500-12500 INR
₹12500-37500 INR
₹600-1500 INR
₹600-1500 INR
$250-750 USD
$15-25 USD / hour
$10-30 USD
₹12500-37500 INR
$250-750 USD
$250-750 USD
₹250000-500000 INR
$250-750 USD
₹100-400 INR / hour
$50-100 USD
$30-250 USD
$250-750 USD
$30-250 CAD
£10-15 GBP / hour
$10-30 AUD
$10-30 USD