
Offen
Veröffentlicht
•
Endet in 1 Tag
I am building 630792Dooro as a dedicated software application for e-commerce and need a solid, production-ready shopping cart coded from the ground up. The app will not run inside a browser; it should be a standalone desktop or server-side application (you can suggest the stack you feel is most reliable for this use case). Core objective • Design and implement a secure, scalable shopping cart that can handle item selection, quantity updates, discount codes, tax and shipping calculations, and checkout hand-off to a payment gateway. What you will deliver • Source code with clear, commented logic • Database schema or ORM models for cart persistence • Simple UI mock-ups or wireframes demonstrating cart flow • A short README explaining setup and build steps Tech preferences I am open to mainstream frameworks or languages you work best with—whether that’s Node.js + Express, Python + Django, or a compiled option such as C# .NET. The important points are clean architecture, security best practices, and easy extensibility so that I can plug in a full product catalog and review system later. Acceptance criteria 1. Cart correctly adds, updates, and removes items without data loss. 2. Price totals, tax, and shipping compute accurately for at least two regional settings. 3. Checkout redirects seamlessly to a sandbox payment processor and returns confirmation. 4. Code passes provided unit tests and installs in one command on Windows or Linux. If this sounds like a project you can turn around efficiently, let’s talk about timelines and any libraries or SDKs you propose to use.
Projekt-ID: 40266795
110 Vorschläge
Offen für Angebote
Remote Projekt
Aktiv vor 22 Stunden
Legen Sie Ihr Budget und Ihren Zeitrahmen fest
Für Ihre Arbeit bezahlt werden
Skizzieren Sie Ihren Vorschlag
Sie können sich kostenlos anmelden und auf Aufträge bieten
110 Freelancer bieten im Durchschnitt $20 USD/Stunde für diesen Auftrag

Hello, I will design and implement a solid, production-ready shopping cart app for 630792Dooro as a standalone desktop/server solution. My plan is to propose a clean, modular stack (Node.js with a lightweight desktop Electron wrapper or a .NET Core service with a desktop UI, depending on your preference) to ensure strong security, clear architecture, and easy future expansion for a catalog and reviews. The core cart will support item add/update/remove, discount codes, accurate tax/shipping calculations for multiple regions, and a seamless hand-off to a sandbox payment gateway. I’ll build a robust data model for cart persistence with clear ORM or database schemas, plus unit-tested logic and a minimal UI flow mock-up to illustrate the cart journey. A concise README will cover setup and build steps, and the code will include comments and examples to aid future integration. I’ll emphasize reliable session handling, input validation, and secure payment redirection. What is your preferred tech stack and deployment target (Windows desktop, Linux server, or cross-platform), so I can tailor architecture and packaging for one-click build and deployment? Which payment gateway sandbox should I integrate first, and do you have any regional tax/shipping rules that must be included from the start? Do you want a separate service for catalog and reviews later, or should the cart be tightly coupled to future modules via clear APIs? What are your minimum security requirements (e.g., PCI-DSS
$25 USD in 29 Tagen
9,2
9,2

Hello, this is exactly the kind of core-commerce system I enjoy architecting. Since this is not browser-bound, I would recommend a C# .NET backend service with a lightweight desktop admin interface or API-driven server application, depending on how you plan to deploy 630792Dooro. Proposed Architecture • .NET 8 Web API for cart engine and checkout logic • PostgreSQL or SQL Server with clean relational schema • Layered architecture: Presentation, Application, Domain, Data • Secure pricing engine with regional tax and shipping rules • Discount engine with validation logic and extensibility • Stripe sandbox integration for checkout handoff • Docker-ready deployment for Windows or Linux Core Deliverables • Fully commented source code with structured commits • Database schema and ORM models • Cart flow wireframes • Unit tests for cart operations and pricing calculations • One-command setup with README The system will ensure accurate totals across multiple regions, no cart data loss, and seamless sandbox payment confirmation. Estimated timeline: 6–8 weeks depending on rule complexity. Let’s open the chat. I can outline the database schema and pricing engine structure before we proceed. Best, Jenifer
$20 USD in 40 Tagen
8,7
8,7

Greetings, Do you already have a preferred payment gateway, or should we suggest one that integrates seamlessly with a standalone cart application? Our understanding is that you need a secure, scalable, production-ready shopping cart as a standalone desktop/server application, handling item management, pricing, tax/shipping calculations, discount codes, and checkout flow, with clear, maintainable code and easy extensibility. Our team has extensive experience building custom shopping carts using Node.js, Python/Django, and .NET stacks, implementing secure payment workflows, designing clean database schemas, and delivering full documentation with wireframes or minimal UIs. We provide 5 months FREE support and long-term collaboration guarantee. For quick response and one-on-one communication, you may click on the chat button, as we are online most of the time. FYI, current bid amount is placeholder to submit the proposal. Look forward to hearing from you thru chat. Regards, Yasir LEADconcept PS: Let me know if you want to see our team past work to determine our skills/expertise or past customer's references.
$25 USD in 40 Tagen
7,9
7,9

Hello, Building a standalone eCommerce application like 630792Dooro requires a robust state management approach so the cart remains persistent and accurate even after app or server restarts. To meet your requirement for a production-ready, extensible core, I propose a Node.js + PostgreSQL architecture, with an Electron wrapper if you want a desktop GUI, or a headless REST API if this will act as a backend service. My Technical Strategy: -> I’ll build a decoupled TypeScript Cart Engine, keeping tax, shipping, and discount logic isolated so regional rules can evolve without impacting checkout flow. -> For persistence, I’ll use PostgreSQL + Prisma ORM, ensuring clean schema design and easy future integration with product catalogs and review systems. -> Tax & shipping will follow a strategy-pattern calculator, supporting multiple jurisdictions (e.g., US Sales Tax vs. EU VAT) with accurate computation. -> I’ll integrate Stripe Sandbox for secure payment hand-off, ensuring PCI compliance by never handling card data directly. Deliverables: -> Clean, well-documented modular code -> Scalable DB schema -> Cart-to-checkout wireframes -> One-command setup (Docker or npm script) Question: Regarding the regional settings: Which two specific regions or tax jurisdictions should I prioritize for the initial build? Best, Niral
$15 USD in 40 Tagen
8,0
8,0

⭐⭐⭐⭐⭐ Dear Valuable Client, We at CnELIndia, led by Raman Ladhani, are well-equipped to deliver a production-ready, standalone shopping cart for 630792Dooro. We propose using C# .NET for a robust, compiled desktop/server solution, ensuring high performance, security, and maintainability. Our approach includes designing a modular architecture with ORM-backed cart persistence, clear, commented source code, and intuitive UI mock-ups demonstrating cart flow. CnELIndia will implement secure item management, tax/shipping calculations for multiple regions, discount handling, and seamless payment gateway integration. Raman Ladhani will oversee code quality, ensure adherence to clean architecture and best security practices, and streamline setup via a single-command install for Windows/Linux. We will also provide a concise README, unit-tested code, and guidance for future catalog or review system extensions, guaranteeing a reliable and scalable solution.
$20 USD in 40 Tagen
7,7
7,7

Hi, I will build the standalone shopping cart for 630792Dooro as a server-side application with full cart operations (add, update, remove, quantity control), discount code validation, regional tax and shipping calculation, and checkout hand-off to a sandbox payment gateway. One detail worth flagging: all price math should use a Decimal type instead of floating point. Rounding errors compound silently across tax, discount, and shipping layers and cause mismatches at checkout. I will structure the tax engine with per-region rule configs so adding a new locale is a config change, not a code edit. I will include the database schema with ORM models, wireframes for the cart flow, a README with single-command setup for Windows and Linux, and passing unit tests for every acceptance criterion. Questions: 1) Do you have a preferred gateway for sandbox checkout (Stripe, PayPal)? 2) Should the UI be a desktop GUI or a terminal and API-based interface? Looking forward to talking through the details. Kamran
$25 USD in 40 Tagen
7,1
7,1

Hi, What specific features do you envision for the shopping cart experience? I can develop a robust, production-ready application using Node.js + Express, which offers scalability and clean architecture. I’ll ensure a secure shopping cart that handles item selection, discounts, tax calculations, and seamless payment gateway integration. You’ll receive the source code with well-commented logic, along with a comprehensive database schema and simple UI mock-ups. I will focus on meeting your acceptance criteria while implementing security best practices. The cart will accurately manage items and process transactions across different regional settings. With over 10 years of experience in web development, I’m well-versed in building applications tailored to client needs. Let’s discuss your vision in more detail! Best Regards, Badar Madni
$15 USD in 40 Tagen
6,9
6,9

Hello, E Commerce Shopping Cart App {{{ I HAVE CREATED SIMILAR APPS BEFORE AND I CAN SHOW YOU }}}} I have carefully reviewed your requirement for building a standalone, production-ready shopping cart for 630792Dooro. With 10+ years of experience in backend system architecture and secure e-commerce development, I can deliver a clean, scalable cart system built from the ground up. I recommend a robust server-side architecture using Node.js + Express or Python + Django (based on your preference), with a modular service layer for cart logic, tax rules, shipping calculation, discount engine, and payment gateway abstraction. The system will support persistent carts (database-backed), accurate regional tax/shipping computation, secure session handling, and seamless sandbox checkout integration (e.g., Stripe or similar). Deliverables will include well-commented source code, structured database schema/ORM models, unit-tested cart operations (add/update/remove), wireframes demonstrating cart flow, and a concise README with one-command setup for Windows and Linux. The architecture will be extensible for future catalog, reviews, and advanced features without refactoring core logic. I WILL PROVIDE 2 YEAR FREE ONGOING SUPPORT AND COMPLETE SOURCE CODE, WE WILL WORK WITH AGILE METHODOLOGY AND WILL GIVE YOU ASSISTANCE FROM ZERO TO DEPLOYMENT. I eagerly await your positive response. Thanks.
$15 USD in 40 Tagen
6,6
6,6

Hi there, I'm offering a 25% discount on this project. With deep expertise in mobile e‑commerce development, I will build a fully functional shopping cart app for both iOS and Android—creating a seamless, secure, and engaging mobile shopping experience that drives sales and customer loyalty. I'll start by understanding your product catalog, target audience, and specific requirements. Using modern cross‑platform frameworks like Flutter or React Native, I will develop a comprehensive app with intuitive product browsing and search, detailed product pages with high‑quality images, a persistent shopping cart with real‑time updates, secure checkout with multiple payment options (Stripe, PayPal, digital wallets), user authentication and profiles, order tracking and history, push notifications for promotions and updates, and a clean, modern interface optimized for mobile. You'll receive fully functional iOS and Android shopping cart apps ready for deployment, along with documentation for ongoing management and future enhancements. Let's build an app that makes shopping effortless. Best regards, Sohail
$15 USD in 1 Tag
6,2
6,2

Hi, I’m confident that I can build a high-performance, secure, and scalable shopping cart application for 630792Dooro, fully tailored to your needs. With a strong background in developing production-ready software, I have the technical expertise to deliver a robust solution that meets your core requirements and provides a foundation for future enhancements. For this project, I recommend using "C# .NET", as it provides a strong foundation for building both desktop and server-side applications, with excellent security features, performance, and scalability. "Entity Framework" will be used for ORM, ensuring easy persistence and management of cart data, while maintaining best practices for security and data integrity. I’ll ensure the cart operates seamlessly across multiple regional settings and is built for easy integration with future features, like a product catalog or review system. I will follow clean architecture principles, focusing on code clarity, maintainability, and scalability. Looking forward to discussing the timeline and libraries you'd like to incorporate. Let’s make this project a success! Best regards, Artak
$20 USD in 40 Tagen
5,9
5,9

Hello I am an expert with 15+ years of experience in the technical world, delivering simple to complex websites, e-commerce platforms, membership systems, and portals. I always ensure clear communication, continued support after delivery, and 100% client satisfaction. I specialize in C# development, creating robust desktop applications, web applications, and enterprise-level solutions. With expertise in .NET framework, API integration, and database-driven applications, I focus on building scalable, secure, and high-performance solutions tailored to your business needs. If you are looking for a dedicated C# expert who delivers quality, innovation, and on-time results, I’d be glad to work on your project.
$15 USD in 40 Tagen
6,0
6,0

Hello, I’m excited about the opportunity to contribute to your project. With my expertise in clean cart-domain architecture, secure checkout flows, payment gateway sandbox integration (Stripe/Adyen/PayPal SDKs), tax and shipping calculation logic, and building production-ready services in Node.js/Express, Python/Django, or C#/.NET with solid ORM-backed persistence, I can deliver a ground-up shopping cart module that runs as a standalone desktop or server-side application and is designed for future catalog and review-system expansion. I’ll tailor the work to your exact requirements, ensuring reliable cart persistence (sessions + database), validated discount-code rules, multi-region tax/shipping computation, idempotent order creation, and a seamless checkout hand-off/return confirmation flow, along with clear UI flow mockups, a one-command setup on Windows/Linux (Docker or standard build scripts), and unit tests that pass consistently. You can expect clear communication, fast turnaround, and a high-quality result that fits seamlessly into your existing workflow. Best regards, Juan
$20 USD in 40 Tagen
5,8
5,8

Hello, HAVE HANDS-ON EXPERIENCE WITH SUCH PROJECT. I have 15+ years of proven experience in full-stack development and understand your requirement: build a secure, scalable, standalone shopping cart application with item management, discounts, tax/shipping calculations, and payment gateway integration. Core features: -->> Item selection, quantity updates, and removal -->> Discount codes, tax, and shipping calculations for multiple regions -->> Checkout flow with sandbox payment gateway integration -->> Persistent cart storage via database/ORM -->> Simple UI mockups demonstrating cart flow -->> Clean, well-commented source code and README with setup instructions successfully implement this project from start-to-finish. Let's come together and create a platform that not only propels your business but also stands out prominently within the marketplace. Thanks & regards Julian >>>>>>> We'll share our portfolio in Chat. Let's talk further speak over the freelancer call or chat. <<<<<<
$15 USD in 40 Tagen
6,4
6,4

Hi [ClientFirstName], I am excited about the opportunity to work on the 'E Commerce Shopping Cart App' project. With over 12 years of experience in Full-Stack Development, I am confident in delivering a secure and scalable shopping cart application tailored to your requirements. I propose to develop the shopping cart using a robust technology stack, ensuring clean architecture, security best practices, and easy extensibility. I will deliver well-commented source code, database schema for cart persistence, UI mock-ups, and a detailed README for setup and build steps. To meet the acceptance criteria, I plan to implement functionalities for item selection, quantity updates, discount codes, tax and shipping calculations, and seamless checkout integration with a payment gateway. Rest assured, the app will handle data accurately and efficiently, ensuring a seamless user experience. Could we discuss timelines and any specific libraries or SDKs you prefer for this project? Looking forward to your feedback on this proposed approach. How soon are you aiming to kick off the development of the shopping cart application?
$15 USD in 12 Tagen
5,2
5,2

Hi I can design and build a production ready standalone shopping cart application with clean architecture, secure checkout flow, and strong extensibility for your future catalog and review modules. Based on your requirements, I recommend a backend first approach using either Python with Django or Node.js with Express, paired with a REST API and a lightweight desktop or service layer depending on deployment needs. The cart will support item add update remove operations, persistent storage via a normalized database schema, discount code logic, multi region tax and shipping calculations, and secure checkout handoff to a sandbox payment gateway such as Stripe. I will structure the code using service and repository patterns to keep pricing, tax, and discount logic modular and testable. Unit tests will validate cart integrity, pricing calculations, and payment confirmation handling. You will receive commented source code, database models, simple UI wireframes illustrating cart flow, and a concise README for one command setup on Windows or Linux. Best, Justin
$50 USD in 40 Tagen
5,4
5,4

Hi, As per my understanding: You are building 630792Dooro as a standalone e-commerce application (not browser-embedded) and need a secure, production-ready shopping cart built from scratch. It must handle item add/update/remove, discount codes, tax and shipping calculations across multiple regions, and seamless checkout hand-off to a sandbox payment gateway. The architecture must be clean, extensible, and ready for future catalog and review modules. Implementation approach: I recommend a modular backend using Node.js + Express or .NET Core with layered architecture (Controller → Service → Repository). Cart state will persist in Postgres via ORM (Prisma/Entity Framework). Pricing engine will isolate tax and shipping logic using configurable regional rules. Discount handling will follow rule-based validation. Secure checkout will integrate Stripe sandbox with tokenized payments. Unit tests (Jest/xUnit) will validate totals and edge cases. Setup will be containerized (Docker) for one-command install on Windows/Linux. UI mockups will outline cart lifecycle clearly. A few quick questions: Desktop GUI required or API-first server app? Preferred payment gateway? Fixed or rule-based shipping calculation? Expected concurrent user load initially?
$15 USD in 40 Tagen
5,4
5,4

Hi, With over 15 years of software application development experience behind me, I am confident in my ability to deliver exactly what you need for your e-commerce project. From my impressive portfolio, you can see that I have built many complex and functional applications similar in nature to what you’re seeking. My expertise includes Python and Django which are particularly relevant for this job. However, I'm open to discussing other options like Node.js+Express or C# .NET. In terms of skills, my problem-solving ability is second to none. This combined with my strong understanding of algorithms and system design means that I have a keen ability to build robust, secure, scalable, and efficient systems required for an e-commerce application like yours. Importantly too, I understand the value of clean architecture and security best practices in the development process; a vital aspect presumed in your bidding description. My core competencies include efficient coding and performance optimization as well as building low-latency systems capable of handling complex, real-time workloads. Over the years I’ve been able to develop a keen sense for anticipating potential roadblocks and now commonly incorporate contingencies into my designs. My focus always is to deliver a thorough solution that's both future-ready and user-friendly, so that your standalone desktop or server-side application will konk out maximally-componented response.
$20 USD in 40 Tagen
5,2
5,2

Hi, I came across your project "E Commerce Shopping Cart App" and I'm confident I can help you with it. About Me: I'm a agency owner with over 8+ years of experience in JavaScript, AngularJS, API Development, Database Development. , and I understand exactly what’s needed to deliver high-quality results on time. Why Choose Me? - ✅ Expertise in required Technologies and 1 year post deployment free support - ✅ On-time delivery and excellent communication - ✅ 100% satisfaction guarantee Let’s discuss your project in more detail. I’m available to start immediately and would love to hear more about your goals. Looking forward to working with you! Best regards, Deepak
$20 USD in 40 Tagen
4,8
4,8

As an experienced and passionate software developer, I would be honored to bring my skills to your e-commerce shopping cart app project. With over a decade of experience under my belt, I have a wide range of technical expertise that I'm confident will be a valuable addition to your team. My proficiency in Node.js+ Express and .NET aligns perfectly with your adaptable technology preferences. Having worked on numerous high-demand projects with tight deadlines before, I understand the value of delivering quality work in minimal time. My ability to think through problems, analyze data and propose appropriate libraries or SDKs will facilitate streamlining the entire process without any sacrifice in the quality of deliverables. In closing, I would like reiterate that my aim is not just satisfactory completion of your project but indeed achieving success for you and your business. Let's discuss timelines in detail.
$15 USD in 40 Tagen
4,8
4,8

Drawing on my extensive 20+ year career, I am well-positioned to excel in building your e-commerce shopping cart app. Not only have I demonstrated that I can deploy high-performance builds by being the #1 WordPress freelancer on Freelancer.com, but I have also honed my skills in Python and PHP - languages that are excellent choices for the backend structure of your app. My deep understanding of JavaScript, jQuery, Ajax, HTML5, CSS3, and responsive design will be instrumental in constructing a seamless frontend experience for your buyers. Beyond just coding, though, I specialize in crafting sophisticated digital ecosystems - a trait essential for a project of this magnitude. I have a tactical approach towards problem-solving and believe in providing more than what's asked to ensure your app remains solid and scalable even as you plug in additional features like a product catalog and review system later on. Finally, my track record proves I'm not just about fast delivery - I am passionately invested in every project I undertake. The cart flow will be demonstrated by wireframes that best suit your needs; and you can expect clean 'n' commented comprehensible code, proper schema design, and an informative README from me at the end of our collaboration. Let’s talk timelines, tech stack preferences and if my skills align with your vision, I'm all set to build something powerful with you!
$20 USD in 40 Tagen
4,4
4,4

Hargeisa, Somalia
Mitglied seit Feb. 28, 2026
$250-750 USD
$250-750 USD
$1000-2000 USD
₹12500-37500 INR
$750-1500 USD
$250-750 USD
£250-750 GBP
₹600-1500 INR
₹12500-37500 INR
$100-600 NZD
₹1500-12500 INR
min. ₹2500 INR / Stunde
₹600-1500 INR
€3000-5000 EUR
$2-8 USD / Stunde
$25-50 USD / Stunde
$30-250 USD
$15-25 USD / Stunde
$30-250 USD
₹12500-37500 INR