{"id":19748402,"url":"https://github.com/je-jo/checkout-page","last_synced_at":"2026-06-16T09:32:21.042Z","repository":{"id":92041574,"uuid":"448026254","full_name":"je-jo/checkout-page","owner":"je-jo","description":"devChallenges #6","archived":false,"fork":false,"pushed_at":"2022-01-21T14:40:03.000Z","size":395,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T08:11:30.787Z","etag":null,"topics":["challenge","devchallenges","javascript","practice"],"latest_commit_sha":null,"homepage":"https://je-jo.github.io/checkout-page/","language":"HTML","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/je-jo.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,"publiccode":null,"codemeta":null}},"created_at":"2022-01-14T16:03:48.000Z","updated_at":"2022-09-29T08:14:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f8d76ba-6749-4996-a27c-260ba22fab83","html_url":"https://github.com/je-jo/checkout-page","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/je-jo/checkout-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/je-jo%2Fcheckout-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/je-jo%2Fcheckout-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/je-jo%2Fcheckout-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/je-jo%2Fcheckout-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/je-jo","download_url":"https://codeload.github.com/je-jo/checkout-page/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/je-jo%2Fcheckout-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34400451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["challenge","devchallenges","javascript","practice"],"created_at":"2024-11-12T02:21:37.092Z","updated_at":"2026-06-16T09:32:21.037Z","avatar_url":"https://github.com/je-jo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eCheckout Page\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n   Solution for a challenge from  \u003ca href=\"http://devchallenges.io\" target=\"_blank\"\u003eDevchallenges.io\u003c/a\u003e.\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003e\n    \u003ca href=\"https://je-jo.github.io/checkout-page\"\u003e\n      Demo\n    \u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://github.com/je-jo/checkout-page\"\u003e\n      Solution\n    \u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://devchallenges.io/challenges/0J1NxxGhOUYVqihwegfO\"\u003e\n      Challenge\n    \u003c/a\u003e\n  \u003c/h3\u003e\n\u003c/div\u003e\n\n## Table of Contents\n\n- [Overview](#overview)\n  - [Built With](#built-with)\n- [Features](#features)\n- [Contact](#contact)\n- [Acknowledgements](#acknowledgements)\n\n## Overview\n\n![screenshot](https://raw.githubusercontent.com/je-jo/checkout-page/main/images/checkout-page.png)\n\nThis was quite an interesting project, lots to learn.\n\nUser can choose the number of items, and the calculations are shown on the page.\n\nBasic JS form validation is implemented.\n\n### Built With\n\n- Javascript\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- CSS Grid\n- Mobile-first workflow\n- [Minireset](https://awesomeopensource.com/project/jgthms/minireset.css?categoryPage=29) - A tiny modern CSS reset. \n- [Clippy](https://bennettfeely.com/clippy/) - A tool to generate clip-path shapes.\n\n## Features\n\nThis application/site was created as a submission to a [DevChallenges](https://devchallenges.io/challenges) challenge. The [challenge](https://devchallenges.io/challenges/0J1NxxGhOUYVqihwegfO) was to build an application to complete the given user stories.\n\n- [x] User story: I can see a page following the given design\n- [x] User story: I can input email, phone, full name, address, city, country, and postal code\n- [x] User story: I can input the number of items\n- [x] User story: I can select at least 3 countries from the dropdown\n- [x] User story: When I click submit button or press enter, I can see a warning if validation fails\n- [x] User story: When I click submit button or press enter, I can see a successful alert if validation succeeds\n\n## Acknowledgements\n\n- [Custom Select Styles with Pure CSS](https://moderncss.dev/custom-select-styles-with-pure-css/)\n- [Custom CSS Styles for Form Inputs and Textareas](https://moderncss.dev/custom-css-styles-for-form-inputs-and-textareas/)\n- [Client-side form validation](https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation)\n\n## Contact\n\n- [Github](https://github.com/je-jo)\n- [Frontend Mentor](https://www.frontendmentor.io/profile/je-jo)\n- [Codepen](https://codepen.io/je-jo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fje-jo%2Fcheckout-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fje-jo%2Fcheckout-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fje-jo%2Fcheckout-page/lists"}