
Đã đóng
Đã đăng vào
Thanh toán khi bàn giao
I run an AirBnB-style marketplace whose entire client side lives in Vue.js and Nuxt.js. The platform is already in production, but the frontend now needs an experienced hand to move it forward. Your mission is three-fold: refresh the UI/UX so every screen feels modern and consistent, hunt down and fix the lingering bugs that hurt performance, and wire new or refactored components cleanly to our existing API layer. The stack you will touch includes Vue, Nuxt 2, Nuxt 3 (SSR), Vuex, TailwindCSS and axios. You should be completely comfortable profiling bundle size, tweaking lazy loading, and protecting SEO while doing so. What I need from you • Audit the current codebase, document issues, and propose improvements. • Implement pixel-perfect design updates delivered from Figma. • Eliminate performance bottlenecks and raise Lighthouse mobile scores. • Integrate your changes smoothly into the booking, listing and review flows. • Commit tidy, test-covered code and shepherd it through our merge-request pipeline. Acceptance criteria – All reported UI/UX defects closed. – Core pages score 90 + on Lighthouse mobile. – New or touched files are lint-clean and ≥80 % unit-test covered. When you reply, please link to Nuxt projects you have led, tell me about your biggest performance win, and give a rough estimate of hours needed for the initial audit. I’m ready to start as soon as I find the right fit—looking forward to seeing what you can bring to the platform.
Mã dự án: 40340780
77 đề xuất
Dự án từ xa
Hoạt động 17 ngày trước
Thiết lập ngân sách và thời gian
Nhận thanh toán cho công việc
Phác thảo đề xuất của bạn
Miễn phí đăng ký và cháo giá cho công việc
77 freelancer chào giá trung bình ₹22.864 INR cho công việc này

Hello, I’d be very interested in helping you improve and scale your Vue/Nuxt marketplace. I’ve worked on production Nuxt applications (both Nuxt 2 and Nuxt 3) where the main focus was UI/UX refinement, performance optimisation, and clean API integration, so the scope you described fits perfectly with my experience. I can start immediately and work in a clean, structured way that fits well with your merge-request workflow. Looking forward to helping you improve the platform.
₹24.000 INR trong 4 ngày
6,7
6,7

Your Nuxt SSR setup is probably leaking memory on the listing pages. I've seen this exact pattern in 4 marketplace builds - component watchers that never clean up, combined with Vuex state that grows unbounded as users browse properties. This kills your mobile Lighthouse score and causes the dreaded "page unresponsive" dialog after 20-30 listings. Before I map out the refactor, I need clarity on two things. First - what's your current server response time for the initial HTML render? If it's over 600ms, we're fighting both frontend bloat AND backend latency. Second - are you running Nuxt 2 and Nuxt 3 side-by-side, or migrating between them? That changes the entire caching strategy. Here's how I'll tackle the three-part mission: - NUXT SSR OPTIMIZATION: Implement route-level code splitting and prefetch only above-the-fold components, cutting initial bundle from ~800KB to under 300KB. I've done this for 2 booking platforms and consistently hit 92+ mobile scores. - VUEX REFACTOR: Replace global state with composables where possible and add proper cleanup hooks. This alone fixed a 40% memory leak in my last marketplace project. - FIGMA TO TAILWIND: Build a design token system so your components stay pixel-perfect without hardcoding values. Cuts implementation time by 30% when designs change. - API INTEGRATION: Add request deduplication and optimistic updates to booking flows. Users see instant feedback while axios handles retries in the background. - LIGHTHOUSE AUDIT: Profile render-blocking resources, lazy-load images with native loading="lazy", and defer non-critical CSS. I'll document every change with before/after metrics. I've led 3 Nuxt marketplace builds that scaled past 50K monthly users. My biggest performance win was reducing time-to-interactive from 8.2s to 1.9s by eliminating layout shifts and preloading critical fonts. The initial audit typically takes 8-12 hours depending on codebase size - I'll give you a detailed breakdown with prioritized fixes ranked by impact. I don't start work until we've aligned on the migration path and performance baselines. Let's schedule a 20-minute call to walk through your current metrics and nail down the acceptance criteria.
₹20.250 INR trong 7 ngày
7,2
7,2

Hello sir, I will revamp the complete Nuxt VueJS website. I have 10+ years of experience in web development. Let's connect and discuss further, Thanks, Bhargav.
₹22.500 INR trong 7 ngày
5,7
5,7

Hi, I’m experienced with Vue, Nuxt 2/3, SSR, Vuex, TailwindCSS, and axios, and I can help modernize your marketplace frontend while keeping performance, SEO, and API integrations stable. I can start with a full audit of the codebase, document UI/UX and performance issues, implement pixel-perfect Figma updates, and cleanly improve booking, listing, and review flows. One of my strongest areas is frontend performance tuning—bundle reduction, lazy loading, SSR-safe optimizations, and bug fixing to improve Lighthouse mobile scores without breaking production behavior. For the initial audit and I’m comfortable delivering tidy, lint-clean, test-covered code through your merge-request workflow.
₹22.500 INR trong 7 ngày
5,5
5,5

Hello, I can professionally refresh your Vue/Nuxt Airbnb-style frontend, fix UI/UX issues, and optimize performance while integrating components seamlessly with your API. With 5+ years in Vue, Nuxt (2 & 3), TailwindCSS, and frontend optimization, I deliver high-performing, pixel-perfect apps. What I can help you with: • Codebase audit with documented improvements • Pixel-perfect Figma design implementation • Performance optimization (bundle size, lazy loading, SEO) • Smooth integration with booking, listing, and review flows Warm regards, Monica Bhatia
₹21.500 INR trong 2 ngày
5,2
5,2

Hello, I have extensive experience in the mentioned technologies and am ready to start immediately. Let’s connect via chat to discuss the project requirements further. Thank you, Jignesh
₹25.000 INR trong 5 ngày
5,2
5,2

Hello, I’ve worked extensively with Vue, Nuxt 2/3 SSR, Vuex, Tailwind, and axios on production marketplaces and high-traffic apps. I’ve led frontend audits where I reduced bundle size by over 40% through code-splitting, dynamic imports, and removing unused dependencies, improving Lighthouse mobile scores from ~60 to 90+. For your platform, I’ll start with a structured audit covering bundle analysis, hydration issues, API bottlenecks, and UI inconsistencies, then deliver a clear action plan. Figma designs will be implemented pixel-perfect using reusable components and Tailwind, ensuring consistency across booking, listing, and review flows. Performance work will include lazy loading, route-level code splitting, image optimization, and SSR tuning to maintain SEO while improving speed. All changes will be clean, linted, and covered with unit tests, integrated through your merge-request workflow.
₹20.000 INR trong 15 ngày
4,7
4,7

Hello, I bring 8+ years of experience in frontend development, specializing in Vue.js, Nuxt (2 & 3), TailwindCSS, and performance optimization for scalable platforms. I have led multiple Nuxt-based projects, improving UI consistency, SEO, and achieving Lighthouse scores above 90 through code-splitting, lazy loading, and bundle optimization. One of my biggest performance wins involved reducing load time by 40% on a marketplace platform by optimizing SSR and API calls. Deliverables include a complete code audit with actionable insights, pixel-perfect Figma implementation, performance enhancements, and clean API integrations. I ensure maintainable, test-covered code aligned with your workflow. I focus on seamless collaboration, clear communication, and delivering measurable results. Looking forward to contributing to your platform’s growth.
₹24.500 INR trong 7 ngày
4,9
4,9

Hi, I have completed many projects using the MERN Stack. I can do this job very well according to your needs. I will start immediately Thanks
₹22.500 INR trong 7 ngày
4,7
4,7

Here’s a crisp, high-impact proposal under 1000 characters: --- Hi, I’ve led multiple Vue/Nuxt platforms (Nuxt 2 → Nuxt 3 migrations, SSR optimization, marketplace-scale apps) with strong focus on performance, SEO, and clean architecture. One key win: improved Lighthouse mobile score from 58 → 92 by reducing bundle size (code-splitting, lazy hydration), optimizing images, and fixing SSR bottlenecks. For your platform, I’ll: • Perform a deep audit (UI, performance, SEO, code health) • Deliver pixel-perfect Figma implementation using Tailwind • Fix bugs impacting UX & API flows • Optimize SSR, loading, and Lighthouse scores (90+) • Ensure clean, tested, production-ready code **Audit estimate:** 12–18 hours with detailed report + action plan. Ready to start immediately and drive measurable improvements.
₹22.500 INR trong 7 ngày
5,0
5,0

Hello, I’m Karthik with 15+ years of experience in frontend engineering, including Vue.js/Nuxt platforms, performance optimization, and scalable UI systems. I can help you **revamp, optimize, and stabilize your Nuxt-based marketplace frontend** while preserving SEO and improving performance. **Initial Audit (Estimate: 12–18 hrs)** ✔ Codebase review (Nuxt 2/3, Vuex, axios) ✔ Identify UX gaps, performance issues, bundle bloat ✔ Actionable improvement plan **Implementation** * Pixel-perfect Figma → Vue/Nuxt components * Refactor components & state management (Vuex/composables) * Clean API integrations with proper error handling **Performance Optimization** ✔ Lazy loading, code splitting, SSR tuning ✔ Reduce bundle size & improve hydration ✔ Target Lighthouse 90+ (mobile) **Quality & Delivery** * Lint-clean, modular code * ≥80% unit test coverage (Jest/Vitest) * Smooth MR integration & documentation **Experience** * Delivered Vue/Nuxt apps with major performance gains (40–60% load time reduction) * Strong expertise in SSR, TailwindCSS, and scalable frontend architecture **Approach** Audit → Plan → UI Revamp → Optimize → Test → Deploy **Timeline** Audit + initial fixes: 3–5 days Happy to share relevant Nuxt work and discuss specifics. Warm Regards, Karthik Resonite Technologies
₹52.500 INR trong 7 ngày
4,7
4,7

Hi, I see you want to upgrade your Vue/Nuxt marketplace frontend—improving UI/UX consistency, fixing performance issues, and cleanly integrating updates with your existing API. The goal is a fast, modern, and scalable platform with strong Lighthouse scores and smooth user flows. I would start with a full audit (codebase, performance, UX gaps), then implement pixel-perfect Figma updates, optimize bundle size and lazy loading, and refine Vuex/API integrations across booking, listing, and review flows. I’ve worked on Nuxt-based platforms improving performance and achieving 90+ Lighthouse scores through targeted optimizations. I can also provide a clear estimate after the audit and maintain clean, test-covered commits throughout. Happy to discuss and get started. https://www.freelancer.com/u/mhmamun360 Best regards, Injaazh
₹20.000 INR trong 1 ngày
3,8
3,8

Hello, I have experience working with Vue.js and Nuxt (Nuxt 2 & Nuxt 3 SSR), including Vuex, TailwindCSS, and axios-based API integrations. I’ve worked on production applications where performance, SEO, and UX consistency are critical, and I’m comfortable improving existing codebases without disrupting live systems. Approach: • Perform a full codebase audit to identify UI/UX inconsistencies, performance issues, and technical debt • Document findings with clear, prioritized recommendations • Implement pixel-perfect UI updates based on Figma designs • Refactor and optimize components for reusability and maintainability • Improve SSR performance, lazy loading, and bundle size • Enhance Lighthouse mobile scores (performance, SEO, best practices) • Ensure smooth integration with booking, listing, and review flows via axios and Vuex • Deliver lint-clean, well-structured code with test coverage on modified areas Performance focus: code splitting, dynamic imports, caching strategies, and eliminating render bottlenecks. Estimated audit time: ~6–12 hours depending on codebase size. I can start with an initial audit, share actionable insights, and then proceed with implementation in structured milestones. Best Regards, JP
₹20.000 INR trong 7 ngày
3,6
3,6

Hey, I've read your project description carefully and clearly understand your requirements. I have 5+ years of experience in Vue.js, Nuxt (2 & 3), and frontend optimization, improving UI/UX and performance for production apps. I will audit, refactor, and enhance your platform while maintaining SEO and stability. i will deliver a fast, modern, and high-performing frontend experience. • Full audit with detailed report + actionable improvements & estimated fixes • Pixel-perfect UI updates from Figma + clean integration with existing API flows • Performance optimization (lazy loading, bundle size, Lighthouse 90+) + bug fixes Best Regards, Jasraj Kaur
₹20.000 INR trong 2 ngày
3,2
3,2

Hello, I’ve carefully reviewed your project and it aligns well with my experience. I’m a Senior Web & Mobile Developer with 7+ years of experience in Laravel, MERN Stack, Node.js, PHP, Flutter, and Website Design. I focus on delivering clean, scalable, and high-quality solutions with clear communication throughout the project. My approach: • Understand requirements clearly • Design (if required) • Develop clean & scalable solution • Test and deliver with support I have worked on similar projects and I’m confident I can deliver this efficiently. Could you please share: • Project timeline • Any references or additional requirements? I’m ready to start immediately and ensure smooth delivery. Best Regards Saif Ali Khan Senior Web & Mobile Developer
₹20.000 INR trong 1 ngày
2,3
2,3

Hello, I hope you’re doing well. I’m a senior frontend developer with 8+ years of experience specializing in Vue.js and Nuxt (v2 & v3 SSR), with a strong focus on performance optimization and scalable UI architecture. Your project aligns perfectly with my background. In a recent marketplace project similar to Airbnb, I led a full frontend overhaul using Nuxt and TailwindCSS. I audited the codebase, resolved critical rendering and state issues, and reduced bundle size through lazy loading and code splitting. One major win was improving Lighthouse mobile scores from 62 to 94 by optimizing assets, refining SSR behavior, and eliminating blocking scripts. I also ensured seamless API integration using axios and maintained SEO integrity. My career has been centered on building high-performance, user-focused platforms with clean, testable code. I can deliver a thorough audit within 10–15 hours and efficiently implement improvements. Thanks!
₹22.500 INR trong 3 ngày
2,0
2,0

Hi! I’m a Full Stack Developer with 5+ years of experience specializing in Vue and Nuxt.js. I can help you modernize your platform, fix bottlenecks, and significantly boost your Lighthouse mobile scores. How I will add value to your project: Performance: I’ll audit your bundle size, optimize lazy loading, and resolve database/API bottlenecks to ensure lightning-fast speeds. UI/UX Revamp: Delivering pixel-perfect updates while maintaining clean, SEO-friendly code. Stability: Implementing best practices and unit testing to ensure long-term maintainability. Detailed Audit: I don’t just fix bugs; I document the "why" and provide scalable solutions for the future. I focus on high-performance code that doesn't just look good but runs perfectly. Ready to start the audit and get those scores up!
₹22.500 INR trong 3 ngày
2,2
2,2

Hello, I understand you need an experienced developer to audit, optimize, and enhance your Vue/Nuxt frontend while improving performance and maintaining SEO. I’m SamreenCoders, experienced in Vue.js, Nuxt (2 & 3), Tailwind, and performance optimization for production apps. What I will do: • Full code audit with documented issues & improvement plan • Pixel-perfect UI updates from Figma • Fix bugs affecting UX and performance • Optimize bundle size, lazy loading & SSR behavior • Improve Lighthouse mobile score (90+) • Clean integration with existing API (axios) Experience: • Worked on Vue/Nuxt apps with booking flows, dashboards & APIs • Optimized load time by reducing bundle size & improving SSR caching • Strong focus on clean, testable, and maintainable code I focus on performance-first development with clean architecture and smooth UX. Quick question: • Are you currently using Nuxt Bridge or fully migrated to Nuxt 3? Feel free to message me so we can discuss the project further. Warm regards, SamreenCoders
₹20.000 INR trong 7 ngày
1,9
1,9

Hi, I can help improve and maintain your Vue/Nuxt marketplace by refining the UI/UX, fixing performance issues, and integrating components smoothly with your existing API. What I'll deliver: Full audit of the current Vue/Nuxt codebase with improvement recommendations Modern, consistent UI updates implemented from Figma designs Performance optimization including lazy loading and bundle size improvements Smooth integration with booking, listing, and review flows Clean, well-structured code that follows linting and testing standards Experience: Strong experience with Vue.js, Nuxt (SSR), Vuex, TailwindCSS, and API integrations Performance optimization and Lighthouse score improvements Maintaining and scaling production web applications with clean code practices Timeline: Initial audit within 2–3days, followed by development based on scope Ready to review the codebase and help move your platform forward with better performance, modern UI, and a stable frontend architecture.
₹20.000 INR trong 1 ngày
1,8
1,8

Hi, there I can confidently improve your Vue/Nuxt marketplace because I have strong experience optimizing SSR apps, refactoring Vuex-driven architectures, and delivering pixel-perfect UI updates without hurting SEO. I will start with a structured audit covering bundle size, hydration issues, lazy loading gaps, and UI inconsistencies, then provide a prioritized plan to improve Lighthouse mobile scores and UX consistency. Next, I’ll implement Figma-based UI updates using Tailwind, refactor components, and connect them cleanly to your existing axios API layer across booking, listing, and review flows. Performance work will include code-splitting, dynamic imports, image optimization, Vuex cleanup, and SSR-safe improvements to push core pages above 90 Lighthouse mobile. Initial audit estimate: 8–12 hours, followed by iterative fixes in small, test-covered pull requests. I hope to discuss more details about the project and work with you. Thanks.
₹20.000 INR trong 3 ngày
1,8
1,8

Gurgaon, India
Phương thức thanh toán đã xác thực
Thành viên từ thg 10 1, 2018
tối thiểu 2500 INR₹/ giờ
₹1500-12500 INR
$250-750 USD
$250-750 USD
$30-250 USD
₹750-1250 INR/ giờ
₹1500-12500 INR
₹1500-12500 INR
$750-1500 USD
₹1500-12500 INR
$30-250 USD
₹12500-37500 INR
$15-25 USD/ giờ
$750-1500 USD
$250-750 USD
₹100-400 INR/ giờ
₹400-750 INR/ giờ
$30-250 USD
$30-250 USD
$15-25 USD/ giờ
£20-250 GBP