{"id":20670049,"url":"https://github.com/arize99/responsive-recipe-page-using-css-grid-and-flexbox","last_synced_at":"2026-02-03T05:37:40.405Z","repository":{"id":247100869,"uuid":"824348308","full_name":"arize99/responsive-recipe-page-using-css-grid-and-flexbox","owner":"arize99","description":"This is a solution to the [Recipe page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/recipe-page-KiTsR8QQKm). Frontend Mentor challenges help you improve your coding skills by building realistic projects.","archived":false,"fork":false,"pushed_at":"2024-10-19T22:59:44.000Z","size":1189,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T23:38:37.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/arize99.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-07-04T23:56:17.000Z","updated_at":"2024-10-19T22:52:22.000Z","dependencies_parsed_at":"2024-07-06T16:23:41.653Z","dependency_job_id":"d12055af-2a26-4941-82a1-cdf84a29259d","html_url":"https://github.com/arize99/responsive-recipe-page-using-css-grid-and-flexbox","commit_stats":null,"previous_names":["arize99/responsive-recipe-page-using-css-grid-and-flexbox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arize99/responsive-recipe-page-using-css-grid-and-flexbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arize99%2Fresponsive-recipe-page-using-css-grid-and-flexbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arize99%2Fresponsive-recipe-page-using-css-grid-and-flexbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arize99%2Fresponsive-recipe-page-using-css-grid-and-flexbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arize99%2Fresponsive-recipe-page-using-css-grid-and-flexbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arize99","download_url":"https://codeload.github.com/arize99/responsive-recipe-page-using-css-grid-and-flexbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arize99%2Fresponsive-recipe-page-using-css-grid-and-flexbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29034413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T02:28:16.591Z","status":"ssl_error","status_checked_at":"2026-02-03T02:27:48.904Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-16T20:17:43.932Z","updated_at":"2026-02-03T05:37:40.387Z","avatar_url":"https://github.com/arize99.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Recipe page solution\n\nThis is a solution to the [Recipe page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/recipe-page-KiTsR8QQKm). 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**Note: Delete this note and update the table of contents based on what sections you keep.**\n\n## Overview\n\n### Screenshot\n\u003cimg alt=\"image of the food recipe page\" src=\"assets/images/screenshot.png\"\u003e\n\n### Links\n\n- Solution URL: [Responsive Recipe Page](https://arize99.github.io/responsive-recipe-page-using-css-grid-and-flexbox/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- CSS Grid\n- For styles\n\n### What I learned\n\nI learned a lot of things working on this project.\n\u003cul\u003e\n\u003cli\u003e Setting list items has never been more convenient.\u003c/li\u003e\n\u003cli\u003e Though there were strong deliberations on how to style a particular aspect. It pays to finally come to a conclusion on how best to do it.\u003c/li\u003e\n\u003cli\u003e I was pushed to learn how to space text items as I want by spanning text in-between and using the \n\n```css\n.{\n  display: inline-block\n}\n```\nto give texts a desired border width.\u003c/li\u003e\n\u003cli\u003eI learned how to color and style ordered and unordered list items\u003c/li\u003e\n\u003c/ul\u003e\n\n### Continued development\n\nI want to make this page responsive as soon as possible. I did not start with mobile responsive.\n\n### Useful resources\n\n- [W3Schools](https://www.w3schools.com) - This helped me with most of the CSS code supports.\n- [Google](https://www.google.com) - This is amazing search engine that helped me remember most of the codes I forgot. I'd recommend it to anyone still learning coding. 😉\n\n## Author\n\n- Website - [Arize Nnonyelu](https://www.your-site.com)\n- Frontend Mentor - [@arize99](https://www.frontendmentor.io/profile/arize99)\n- Twitter - [@upgrade1010](https://www.twitter.com/upgrade1010)\n\n## Acknowledgments\n\nThank you to the whole dev community, and thank you to everyone who puts out coding content both video and text out there. 💪🏽 This Kudos goes to you.\n\nThank you so much [Frontend Mentor](https://www.frontendmentor.io) 💖 for this challenge.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farize99%2Fresponsive-recipe-page-using-css-grid-and-flexbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farize99%2Fresponsive-recipe-page-using-css-grid-and-flexbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farize99%2Fresponsive-recipe-page-using-css-grid-and-flexbox/lists"}