{"id":16173098,"url":"https://github.com/seobookpro/simple-dynamic-price-calculator","last_synced_at":"2026-02-05T13:31:45.081Z","repository":{"id":212102750,"uuid":"730716356","full_name":"seobookpro/simple-dynamic-price-calculator","owner":"seobookpro","description":"Dynamic Price Element Documentation","archived":false,"fork":false,"pushed_at":"2023-12-14T16:16:51.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T02:02:10.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seobookpro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-12T14:17:56.000Z","updated_at":"2025-02-16T19:53:35.000Z","dependencies_parsed_at":"2024-11-02T15:40:33.480Z","dependency_job_id":null,"html_url":"https://github.com/seobookpro/simple-dynamic-price-calculator","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"853db278c8f79f9d46bc5605f517ee3d3be566a7"},"previous_names":["seobookpro/simple-dynamic-price-calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seobookpro/simple-dynamic-price-calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seobookpro%2Fsimple-dynamic-price-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seobookpro%2Fsimple-dynamic-price-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seobookpro%2Fsimple-dynamic-price-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seobookpro%2Fsimple-dynamic-price-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seobookpro","download_url":"https://codeload.github.com/seobookpro/simple-dynamic-price-calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seobookpro%2Fsimple-dynamic-price-calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29122607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T10:47:47.471Z","status":"ssl_error","status_checked_at":"2026-02-05T10:45:08.119Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T04:06:11.422Z","updated_at":"2026-02-05T13:31:45.061Z","avatar_url":"https://github.com/seobookpro.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dynamic Price Calculator Beta\nDynamic Price Element Documentation\n# Dynamic Price Element Documentation\n\nThe dynamic price element is designed to provide a flexible pricing structure with the ability to customize prices based on user selections. The element consists of four fixed prices that serve as a base for calculations.\n\n## Fixed Prices\n\nThe following are the initial fixed prices:\n\n1. **$0,00**\n2. **$799,00**\n3. **$1599,00**\n4. **$2999,00**\n\n## Usage\n\nTo utilize the dynamic price element, follow these steps:\n\n1. Include the dynamic price element component in your application.\n\n2. Create an unordered list (`ul`) containing checkboxes for various features or options.\n\n    ```html\n    \u003cul\u003e\n        \u003cli\u003e\u003cinput type=\"checkbox\" id=\"brandAudit\"\u003e Brand Audit\u003c/li\u003e\n        \u003c!-- Add more checkboxes for other features --\u003e\n    \u003c/ul\u003e\n    ```\n\n3. When a checkbox is checked, the associated value will be added to all four fixed prices.\n\n    For example:\n\n    - If the \"Brand Audit\" checkbox is checked, an additional **$29.99** will be added to each of the fixed prices.\n\n    - Customize the checkboxes and values based on your specific requirements.\n\n## Example\n\n```html\n\u003c!-- Include the dynamic price element component in your HTML --\u003e\n\u003cdiv id=\"dynamicPriceElement\"\u003e\u003c/div\u003e\n\n\u003c!-- Create a list of checkboxes for features --\u003e\n\u003cul\u003e\n    \u003cli\u003e\u003cinput type=\"checkbox\" id=\"brandAudit\"\u003e Brand Audit\u003c/li\u003e\n    \u003cli\u003e\u003cinput type=\"checkbox\" id=\"feature2\"\u003e Feature 2\u003c/li\u003e\n    \u003c!-- Add more checkboxes for other features --\u003e\n\u003c/ul\u003e\n\n ```\n\n\n# A brief description of Dynamic Price Calculator Beta project.\n\n## Table of Contents\n\n- [Project Overview](#project-overview)\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Acknowledgements](#acknowledgements)\n\n## Project Overview\n\nExplain what your project is about and what problem it solves. Provide a high-level overview of its features and functionality.\n\n## Features\n\nList the key features of your project. For example:\n\n- Feature 1: Description\n- Feature 2: Description\n- ...\n\n## Getting Started\n\nProvide instructions on how to set up and run your project locally.\n\n### Prerequisites\n\nList any software, tools, or dependencies that users need to install before running your project.\n\n### Installation\n\nStep-by-step instructions on how to install and configure your project.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseobookpro%2Fsimple-dynamic-price-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseobookpro%2Fsimple-dynamic-price-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseobookpro%2Fsimple-dynamic-price-calculator/lists"}