{"id":25832783,"url":"https://github.com/ompreetham/intro-section-with-dropdown-navigation","last_synced_at":"2026-04-14T05:33:27.671Z","repository":{"id":232764061,"uuid":"785134464","full_name":"OmPreetham/intro-section-with-dropdown-navigation","owner":"OmPreetham","description":"Intro Section with Dropdown Navigation challenge on Frontend Mentor","archived":false,"fork":false,"pushed_at":"2024-04-17T02:34:22.000Z","size":3297,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-16T09:10:52.205Z","etag":null,"topics":["bem","css","dropdown","front-end","front-end-development","frontend","frontend-mentor","frontendmentor-challenge","html","intro-section","javascript","js","navigation","react","render","scss","vite","website"],"latest_commit_sha":null,"homepage":"https://ompreetham.github.io/intro-section-with-dropdown-navigation/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OmPreetham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-11T09:09:21.000Z","updated_at":"2024-04-17T02:30:55.000Z","dependencies_parsed_at":"2024-04-17T03:39:42.926Z","dependency_job_id":"00302a00-7ba1-49bc-b878-61788ddda770","html_url":"https://github.com/OmPreetham/intro-section-with-dropdown-navigation","commit_stats":null,"previous_names":["ompreetham/intro-section-with-dropdown-navigation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OmPreetham/intro-section-with-dropdown-navigation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Fintro-section-with-dropdown-navigation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Fintro-section-with-dropdown-navigation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Fintro-section-with-dropdown-navigation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Fintro-section-with-dropdown-navigation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmPreetham","download_url":"https://codeload.github.com/OmPreetham/intro-section-with-dropdown-navigation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Fintro-section-with-dropdown-navigation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":["bem","css","dropdown","front-end","front-end-development","frontend","frontend-mentor","frontendmentor-challenge","html","intro-section","javascript","js","navigation","react","render","scss","vite","website"],"created_at":"2025-02-28T21:48:49.660Z","updated_at":"2026-04-14T05:33:27.651Z","avatar_url":"https://github.com/OmPreetham.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro Section with Dropdown Navigation\n\nThis project is a solution to the [Intro Section with Dropdown Navigation challenge](https://www.frontendmentor.io/challenges/intro-section-with-dropdown-navigation-ryaPetHE5) on [Frontend Mentor](https://www.frontendmentor.io).\n\n## Features\n\n- Responsive design for various screen sizes.\n- Form validation to ensure the correctness of entered information.\n- Dynamic formatting of the credit card number input.\n- Interactive animations to provide feedback to the user.\n- BEM (Block Element Modifier) naming convention for CSS classes.\n- Built with React for dynamic UI rendering.\n- Utilizes SCSS for styling.\n\n## Technologies Used\n\n- React\n- SCSS (Sass)\n- Vite (Frontend build tool)\n- HTML\n- JavaScript\n\n### Previews\n\nDesktop\n\n![Desktop Preview](/public/preview-desktop.png)\n\n![Desktop Preview Menu](/public/preview-desktop-menu.png)\n\n![Desktop Preview Button](/public/preview-desktop-button.png)\n\nMobile\n\n![Mobile Preview](/public/preview-mobile.png)\n\n![Mobile Preview Menu](/public/preview-mobile-menu.png)\n\n## Getting Started\n\nFollow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nMake sure you have Node.js and npm (or yarn) installed on your machine.\n\n### Installation\n\n1. Clone this repository to your local machine using the following command:\n\n   ```\n   git clone https://github.com/OmPreetham/intro-section-with-dropdown-navigation.git\n   ```\n\n1. Navigate into the project directory:\n\n   ```\n   cd intro-section-with-dropdown-navigation\n   ```\n\n1. Install dependencies using npm:\n\n   ```\n   npm install\n   ```\n\n## Usage\n\nTo run the project, use the following command:\n\n```\nnpm run dev\n```\n\nThis will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.\n\n## Build\n\nTo build the project for production, use the following command:\n\n```\nnpm run build\n```\n\nThis will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.\n\n## Build\n\nTo build the project for production, use the following command:\n\nThis will create an optimized build of the project in the `dist` directory.\n\n## Additional Information\n\n- This project was scaffolded using Vite, a blazing fast frontend build tool.\n- It uses React for building the user interface.\n- Feel free to customize the project according to your needs.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fompreetham%2Fintro-section-with-dropdown-navigation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fompreetham%2Fintro-section-with-dropdown-navigation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fompreetham%2Fintro-section-with-dropdown-navigation/lists"}