{"id":16201940,"url":"https://github.com/di-void/intro-page-w-tailwind","last_synced_at":"2026-04-11T10:36:47.174Z","repository":{"id":99138618,"uuid":"584340052","full_name":"di-void/intro-page-w-tailwind","owner":"di-void","description":"Dummy Intro Section Page built with React and Tailwind CSS","archived":false,"fork":false,"pushed_at":"2023-02-18T09:21:43.000Z","size":443,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T21:52:25.805Z","etag":null,"topics":["react","tailwindcss"],"latest_commit_sha":null,"homepage":"https://snap-w-tailwind.netlify.app/","language":"JavaScript","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/di-void.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-01-02T09:34:46.000Z","updated_at":"2023-01-04T21:00:03.000Z","dependencies_parsed_at":"2023-06-04T02:30:10.150Z","dependency_job_id":null,"html_url":"https://github.com/di-void/intro-page-w-tailwind","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/di-void/intro-page-w-tailwind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/di-void%2Fintro-page-w-tailwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/di-void%2Fintro-page-w-tailwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/di-void%2Fintro-page-w-tailwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/di-void%2Fintro-page-w-tailwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/di-void","download_url":"https://codeload.github.com/di-void/intro-page-w-tailwind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/di-void%2Fintro-page-w-tailwind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: 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":["react","tailwindcss"],"created_at":"2024-10-10T09:44:57.236Z","updated_at":"2026-04-11T10:36:47.137Z","avatar_url":"https://github.com/di-void.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Intro section with dropdown navigation solution\n\nThis is a solution to the [Intro section with dropdown navigation challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/intro-section-with-dropdown-navigation-ryaPetHE5). Frontend Mentor challenges help you improve your coding skills by building realistic projects.\n\n## Table of contents\n\n- [Frontend Mentor - Intro section with dropdown navigation solution](#frontend-mentor---intro-section-with-dropdown-navigation-solution)\n  - [Table of contents](#table-of-contents)\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 relevant dropdown menus on desktop and mobile when interacting with the navigation links\n- View the optimal layout for the content depending on their device's screen size\n- See hover states for all interactive elements on the page\n\n### Screenshot\n\n![](./screenshot.png)\n\n### Links\n\n- Solution URL: [MY Solution](https://github.com/Multimarix/intro-page-w-tailwind)\n- Live Site URL: [LIve Site](https://snap-w-tailwind.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- [React](https://reactjs.org/) - JS library\n- [Tailwind css](https://tailwindcss.com/) - For styles\n\n### What I learned\n\nI used tailwind for the very first time in this project so I'll say I learned how tailwind css works and it's benefits over vanilla css.\n\n```html\n\u003ch1 className=\"bg-gray-100 hover:bg-blue transition-all duration-75\"\u003e\n  Some HTML code I'm proud of\n\u003c/h1\u003e\n```\n\n### Continued development\n\nI plan to continue building more projects with tailwind css as I think It will help me go back and learn some css quirks too. All in for this one.\n\n### Useful resources\n\n- [The Official Tailwind Docs](https://tailwindcss.com/docs/installation) - I've got to say, these docs are absolutely fire. For real. It was immensely helpful in my learning process. Props to the people behind this :)\n- [Thirus on YT(YouTube)](https://www.youtube.com/watch?v=kuY9MehvHh4) - This channel and this video in particular was really helpful in learning how to apply the Css Grid system in tailwind css. Great Channel.\n\n## Author\n\n- Github - [Di-void](https://github.com/Di-void)\n- Frontend Mentor - [@Multimarix](https://www.frontendmentor.io/profile/Multimarix)\n- LinkedIN - [Don Akhirebhulu](https://www.linkedin.com/in/don-akhirebhulu-675082242/)\n\n## Acknowledgments\n\nNice Project Frontend Mentor. Thanks for the designs 🤞🏾\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdi-void%2Fintro-page-w-tailwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdi-void%2Fintro-page-w-tailwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdi-void%2Fintro-page-w-tailwind/lists"}