{"id":18060962,"url":"https://github.com/elic4vet/nft-preview-card","last_synced_at":"2025-08-23T09:07:39.677Z","repository":{"id":186372623,"uuid":"674987533","full_name":"elic4vet/nft-preview-card","owner":"elic4vet","description":"This is a solution to the [NFT preview card component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/nft-preview-card-component-SbdUL_w0U)   ### Built with  - Semantic HTML5 markup - CSS custom properties - Flexbox - CSS Grid - Mobile-first workflow - [Styled Components] ","archived":false,"fork":false,"pushed_at":"2023-08-05T18:12:00.000Z","size":330,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T09:05:46.338Z","etag":null,"topics":["css","front-end-development","frontend-mentor","html","junior-developer"],"latest_commit_sha":null,"homepage":"https://prismatic-syrniki-15a3cd.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}},"created_at":"2023-08-05T11:55:56.000Z","updated_at":"2024-02-17T08:33:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4dbb734-4ee2-4790-b060-cd60c5393a06","html_url":"https://github.com/elic4vet/nft-preview-card","commit_stats":null,"previous_names":["elic4vet/nft-preview-card"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elic4vet/nft-preview-card","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elic4vet%2Fnft-preview-card","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elic4vet%2Fnft-preview-card/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elic4vet%2Fnft-preview-card/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elic4vet%2Fnft-preview-card/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elic4vet","download_url":"https://codeload.github.com/elic4vet/nft-preview-card/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elic4vet%2Fnft-preview-card/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746302,"owners_count":24813556,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"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","junior-developer"],"created_at":"2024-10-31T04:22:22.769Z","updated_at":"2025-08-23T09:07:39.633Z","avatar_url":"https://github.com/elic4vet.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - NFT preview card component solution\n\nThis is a solution to the [NFT preview card component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/nft-preview-card-component-SbdUL_w0U). 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 depending on their device's screen size\n- See hover states for interactive elements\n\n### Screenshot\n\nHere are some screenshots of the app :\n\n![](./src/assets/images/nft-preview-card.png)\n\nActive state :\n\n![](./src/assets/images/nft-preview-card-active%20state.png)\n\n### Links\n\n- Solution URL: [Add solution URL here](https://your-solution-url.com)\n- Live Site URL: [Add live site URL here](https://your-live-site-url.com)\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 flexbox and Grid. I also learned how to use styled-components. I also learned how to use the:hover pseudo-class and how to use the transform property.\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\nview {\n  transition: 0.5s ease;\n  opacity: 0;\n  position: absolute;\n  top: 35%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  -ms-transform: translate(-50%, -50%);\n  text-align: center;\n  color: var(--white);\n  margin-top: 20px;\n}\n```\n\n```css\noverlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background-color: cyan;\n  opacity: 0;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n```\n\n### Continued development\n\nI will continue to learn more about Flexbox and grid. I will also learn more about styled-components. I will also know more about the transform property.\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- [CSS Image Overlay](https://www.w3schools.com/howto/howto_css_image_overlay.asp) - This is a fantastic article that helped me understand this concept better.\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%2Fnft-preview-card","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felic4vet%2Fnft-preview-card","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felic4vet%2Fnft-preview-card/lists"}