{"id":20452628,"url":"https://github.com/lamba01/crowdfund-landing-page","last_synced_at":"2026-06-06T11:31:48.870Z","repository":{"id":159698794,"uuid":"544872877","full_name":"lamba01/crowdfund-landing-page","owner":"lamba01","description":"A crowdfunding landing page design with JavaScript. ","archived":false,"fork":false,"pushed_at":"2023-07-03T23:35:57.000Z","size":1131,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T23:11:57.014Z","etag":null,"topics":["forms","javascript","responsive-design"],"latest_commit_sha":null,"homepage":"https://crowdfundpro.netlify.app/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lamba01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-10-03T11:36:13.000Z","updated_at":"2023-12-13T16:45:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a771d98-089f-43d0-9637-d42f5eb42e6c","html_url":"https://github.com/lamba01/crowdfund-landing-page","commit_stats":null,"previous_names":["lamba01/crowdfund-landing-page"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamba01%2Fcrowdfund-landing-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamba01%2Fcrowdfund-landing-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamba01%2Fcrowdfund-landing-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamba01%2Fcrowdfund-landing-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lamba01","download_url":"https://codeload.github.com/lamba01/crowdfund-landing-page/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242005656,"owners_count":20056429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["forms","javascript","responsive-design"],"created_at":"2024-11-15T11:09:50.542Z","updated_at":"2026-06-06T11:31:48.865Z","avatar_url":"https://github.com/lamba01.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crowdfund-\n# Frontend Mentor - Crowdfunding product page solution\nThis is a solution to the [Crowdfunding product page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/crowdfunding-product-page-7uvcZe7ZR). Frontend Mentor challenges help you improve your coding skills by building realistic projects. \n\n## Table of contents\n\n- [Overview](#overview)\n  - [The challenge](#the-challenge)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n- [My process](#my-process)\n  - [Built with](#built-with)\n  - [What I learned](#what-i-learned)\n  - [Continued development](#continued-development)\n  - [Useful resources](#useful-resources)\n- [Author](#author)\n\n\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View the optimal layout depending on their device's screen size\n- See hover states for interactive elements\n- Make a selection of which pledge to make\n- See an updated progress bar and total money raised based on their pledge total after confirming a pledge\n- See the number of total backers increment by one after confirming a pledge\n- Toggle whether or not the product is bookmarked\n\n### Screenshot\n\n![](./screenshot1.png)\n\n\n### Links\n\n- Solution URL: [ solution URL ](https://github.com/lamba01/crowdfund-)\n- Live Site URL: [ live site URL ](https://crowdfundpro.netlify.app/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- JavaScript\n\n\n\n### What I learned\n\n\n```js\n\n function submit() {\n    if(first.value.trim().length === 0){\n        window.alert('Enter a value!')\n    }else if(first.checkValidity() == true){\n        jail.style.display = 'block'\n        content.style.display = 'none'\n        first.value = null\n        let amountleft = document.getElementsByName('amountleft1')\n        for (let i = 0; i \u003c amountleft.length; i++) {\n            var a = amountleft[i].value;\n            a--\n            amountleft[i].value = a\n        }\n    }\n    else {\n        window.alert('Enter a valid value!')\n    } \n}\n```\n\n\n## Author\n\n- Frontend Mentor - [@yourusername](https://www.frontendmentor.io/profile/lamba01)\n- Twitter - [@yourusername](https://www.twitter.com/lambacodes)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamba01%2Fcrowdfund-landing-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flamba01%2Fcrowdfund-landing-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamba01%2Fcrowdfund-landing-page/lists"}