{"id":18060948,"url":"https://github.com/elic4vet/base-apparel","last_synced_at":"2026-05-02T03:31:47.356Z","repository":{"id":187055873,"uuid":"675815132","full_name":"elic4vet/base-apparel","owner":"elic4vet","description":"Coming soon page solution","archived":false,"fork":false,"pushed_at":"2023-08-13T10:12:04.000Z","size":1220,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T12:30:52.384Z","etag":null,"topics":["css","front-end-development","frontend-mentor","html","javascript","junior-frontend-developer"],"latest_commit_sha":null,"homepage":"https://luminous-seahorse-265395.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/elic4vet.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":"2023-08-07T19:42:00.000Z","updated_at":"2024-02-17T08:33:55.000Z","dependencies_parsed_at":"2024-10-31T04:34:18.525Z","dependency_job_id":null,"html_url":"https://github.com/elic4vet/base-apparel","commit_stats":null,"previous_names":["elic4vet/base-apparel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elic4vet/base-apparel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elic4vet%2Fbase-apparel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elic4vet%2Fbase-apparel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elic4vet%2Fbase-apparel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elic4vet%2Fbase-apparel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elic4vet","download_url":"https://codeload.github.com/elic4vet/base-apparel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elic4vet%2Fbase-apparel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32522245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["css","front-end-development","frontend-mentor","html","javascript","junior-frontend-developer"],"created_at":"2024-10-31T04:22:19.430Z","updated_at":"2026-05-02T03:31:47.334Z","avatar_url":"https://github.com/elic4vet.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Base Apparel coming soon page solution\n\nThis is a solution to the [Base Apparel coming soon page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/base-apparel-coming-soon-page-5d46b47f8db8a7063f9331a0). 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- [Acknowledgments](#acknowledgments)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View the optimal layout for the site depending on their device's screen size\n- See hover states for all interactive elements on the page\n- Receive an error message when the `form` is submitted if:\n  - The `input` field is empty\n  - The email address is not formatted correctly\n\n### Screenshot\n\n![](./src/assets/images/Desktopimg1.png)\n\n![](./src/assets/images/mobileimg1.png)\n\n### Links\n\n- Solution URL: [Github](https://github.com/elic4vet/base-apparel)\n- Live Site URL: [Netlify](https://luminous-seahorse-265395.netlify.app/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- CSS Grid\n- Mobile-first workflow\n- [Styled Components](https://styled-components.com/) - For styles\n\n### What I learned\n\nI learned more about CSS grid and how to use it. I also learned how to use the overlay on CSS. I really liked this pattern and will use it going forward. I also learned how to use the form and how to validate it.\n\nTo see how you can add code snippets, see below:\n\n```html\n\u003ch1\u003eSome HTML code I'm proud of\u003c/h1\u003e\n```\n\n```css\n.submit {\n  width: 100%;\n  height: 54px;\n  border-radius: 50px;\n  border: none;\n  cursor: pointer;\n  margin-left: -123px;\n  width: 142px;\n  background-image: linear-gradient(135deg, hsl(0, 80%, 86%), hsl(0, 74%, 74%));\n  box-shadow: 2px 4px 14px hsla(0, 36%, 70%, 0.8);\n  transition-duration: 0.3s;\n  transition-property: transform, box-shadow;\n  transition-timing-function: ease-in-out;\n  color: white;\n  font-weight: var(--fw-regular);\n  font-size: 20px;\n}\n```\n\n### Continued development\n\nI want to continue focusing on CSS grid and how to use it. I also want to learn more about advanced concepts of Javascript and CSS. I will continue practising and building projects to improve my skills.\n\n### Useful resources\n\n- [Color overlay on hover image ](https://stackoverflow.com/questions/40292168/color-overlay-on-hover-image) - This helped me to understand how to use the overlay on CSS. I really liked this pattern and will use it going forward.\n\n- [How to validate forms in React](https://www.youtube.com/watch?v=6TPYxLVq0FY) - This is an amazing video tutorial which helped me finally understand how to validate forms in React. I'd recommend it to anyone still learning this concept.\n\n## Author\n\n- Website - [Elisabeth Erkekoglou ](https://www.linkedin.com/in/eerkekoglou/)\n- Frontend Mentor - [@elic4vet](https://www.frontendmentor.io/profile/elic4vet)\n- Instagram - [@elisa.codes23](https://www.instagram.com/elisa.codes23/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felic4vet%2Fbase-apparel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felic4vet%2Fbase-apparel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felic4vet%2Fbase-apparel/lists"}