{"id":22494853,"url":"https://github.com/code-beaker/nft-preview-card-parcel-code-beaker","last_synced_at":"2025-03-27T21:14:08.259Z","repository":{"id":246536913,"uuid":"821408329","full_name":"Code-Beaker/nft-preview-card-parcel-code-beaker","owner":"Code-Beaker","description":"NFT Preview Card Component with Parcel Bundler","archived":false,"fork":false,"pushed_at":"2024-06-29T06:27:09.000Z","size":518,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T23:33:08.950Z","etag":null,"topics":["blog-preview-card","frontendmentor-challenge","html","parcel-bundler","scss"],"latest_commit_sha":null,"homepage":"https://blog-preview-card-parcel.vercel.app","language":"SCSS","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/Code-Beaker.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":"2024-06-28T13:23:49.000Z","updated_at":"2024-06-29T06:27:12.000Z","dependencies_parsed_at":"2024-12-06T19:28:11.594Z","dependency_job_id":null,"html_url":"https://github.com/Code-Beaker/nft-preview-card-parcel-code-beaker","commit_stats":null,"previous_names":["code-beaker/nft-preview-card-parcel-code-beaker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fnft-preview-card-parcel-code-beaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fnft-preview-card-parcel-code-beaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fnft-preview-card-parcel-code-beaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fnft-preview-card-parcel-code-beaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-Beaker","download_url":"https://codeload.github.com/Code-Beaker/nft-preview-card-parcel-code-beaker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245924518,"owners_count":20694730,"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":["blog-preview-card","frontendmentor-challenge","html","parcel-bundler","scss"],"created_at":"2024-12-06T19:18:07.476Z","updated_at":"2025-03-27T21:14:08.235Z","avatar_url":"https://github.com/Code-Beaker.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NFT Preview Card Solution\n\nThis is a solution to the **NFT Preview Card Component** from [Frontend Mentor](https://frontendmentor.io)\n\nThis solution is uploaded as a part of the _**Advanced CSS Techniques Learning Path**_. I submitted the solution for this challenge a few months ago. In this solution, I have added a little more fun effect to the hover states and I have also improved the overall accessibility of the website. T\n\n- [NFT Preview Card Solution](#nft-preview-card-solution)\n  - [Built with](#built-with)\n  - [Workflow](#workflow)\n    - [Folder structure](#folder-structure)\n    - [Installing Parcel in the project folder](#installing-parcel-in-the-project-folder)\n    - [Link the SCSS file to the HTML](#link-the-scss-file-to-the-html)\n    - [Update npm scripts](#update-npm-scripts)\n    - [Start development server](#start-development-server)\n  - [What I learned](#what-i-learned)\n  - [Links](#links)\n\n## Built with\n\n- Semantic HTML5\n- SCSS\n- CSS\n- [Parcel Bundler](https://parceljs.org)\n\n## Workflow\n\nHere's a short form of the overall workflow.\n\n### Folder structure\n\n```\nprojectFolder/\n| \u003e node_modules\n| \u003e src/\n| \u003e   scss/\n| \u003e    style.scss\n| \u003e   index.html\n```\n\n### Installing Parcel in the project folder\n\nInstall parel using `npm`\n\n```\nnpm install parcel@latest -D\n```\n\n### Link the SCSS file to the HTML\n\nLink the SCSS file to the HTML just like normal CSS.\n\n```html\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003clink rel=\"stylesheet\" href=\"./scss/style.scss\" /\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    ...\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n### Update npm scripts\n\n```json\n{\n  // added by user start\n  \"name\": \"project-name\",\n  \"source\": \"src/index.html\",\n  \"scripts\": {\n    \"start\": \"parcel\",\n    \"build\": \"parcel build\"\n  },\n  //   added by user end\n  \"devDependencies\": {\n    \"parcel\": \"latest\"\n  }\n}\n```\n\n### Start development server\n\nStarting the development server is easy by using the `npx` command.\n\n```\nnpx parcel\n```\n\nThis should start a development server with the port `localhost:1234` on your system. Open it in your browser to get a live preview.\n\n## What I learned\n\nI learned more about building accessible websites. I used semantic HTML tags to create the website. Along with that, I used `aria` attributes make the links accessible. Used `position: absolute` to create the illustration.\n\nAdded a blur effect to the view overlay to make it look better. I think adding a few of my personal touches will make it better and help me learn more things.\n\n## Links\n\n- GitHub Repository: [Visit](https://github.com/Code-Beaker/nft-preview-card-parcel-code-beaker)\n- Live site URL(Vercel): [Visit](https://blog-preview-card-parcel.vercel.app/)\n\nPowered by Parcel and hosted with [Vercel](https://vercel.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-beaker%2Fnft-preview-card-parcel-code-beaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-beaker%2Fnft-preview-card-parcel-code-beaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-beaker%2Fnft-preview-card-parcel-code-beaker/lists"}