{"id":19035215,"url":"https://github.com/zahidrahimoon/rahi-dev","last_synced_at":"2025-08-30T20:16:25.237Z","repository":{"id":226863527,"uuid":"769831017","full_name":"zahidrahimoon/Rahi-Dev","owner":"zahidrahimoon","description":"\"Building a stunning landing page that mirrors Instagram's aesthetic using React and Material UI. Crafting a visually appealing interface with responsive design, showcasing the power of modern web development techniques.\"","archived":false,"fork":false,"pushed_at":"2024-03-28T17:48:14.000Z","size":201,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T14:01:43.022Z","etag":null,"topics":["material-ui","reactjs","ui","ux","webdevelopment"],"latest_commit_sha":null,"homepage":"","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/zahidrahimoon.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}},"created_at":"2024-03-10T07:17:18.000Z","updated_at":"2025-01-03T03:54:20.000Z","dependencies_parsed_at":"2024-03-28T19:00:49.483Z","dependency_job_id":"2ad2bfd3-ef3d-4caf-8e7d-30d4e3068f08","html_url":"https://github.com/zahidrahimoon/Rahi-Dev","commit_stats":null,"previous_names":["zahidrahimoon/instagood"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zahidrahimoon/Rahi-Dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahidrahimoon%2FRahi-Dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahidrahimoon%2FRahi-Dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahidrahimoon%2FRahi-Dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahidrahimoon%2FRahi-Dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zahidrahimoon","download_url":"https://codeload.github.com/zahidrahimoon/Rahi-Dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahidrahimoon%2FRahi-Dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272900170,"owners_count":25012037,"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-30T02:00:09.474Z","response_time":77,"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":["material-ui","reactjs","ui","ux","webdevelopment"],"created_at":"2024-11-08T21:49:40.909Z","updated_at":"2025-08-30T20:16:25.213Z","avatar_url":"https://github.com/zahidrahimoon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rahi Dev\n\nA simple landing page built with React and Material UI that looks like Instagram.\n\n## Features\n\n- Basic components: Navbar ,Sidebar,Feed, Rightbar\n- Material UI components\n- Dark and light theme support\n- Fully responsive design\n- Interactive components\n\n## Getting Started\n\nTo get started, simply clone the repository and install the dependencies.\n\n```bash\ngit clone [https://github.com/yourusername/InstaLandingPage.git](https://github.com/zahidrahimoon/InstaGood.git)\ncd Rahi Dev\nnpm install\n```\n\n## Theme\n\nThe InstaLandingPage supports both dark and light themes. The theme can be changed by clicking the moon icon in the top right corner of the page.\n\n## Responsive Design\n\nThe InstaLandingPage is fully responsive and includes media queries to ensure that it looks great on all devices.\n\n## Project Demo\n\nCheck out the project demo [here](https://frolicking-gumption-d1e8e1.netlify.app).\n\n## Components\n\nThe project consists of the following components:\n\n- **Sidebar**: Contains the theme switcher and social media links.\n- **Feed**: Displays the main content of the landing page.\n- **Rightbar**: Displays additional content or information.\n\n## Usage\n\nTo run the project, use the following command:\n\n```bash\nnpm start\n```\n\n## Code Example\n\n```jsx\nimport React, { useState } from \"react\";\nimport Sidebar from \"./components/Sidebar\";\nimport Feed from \"./components/Feed\";\nimport Rightbar from \"./components/Rightbar\";\nimport Navbar from \"./components/Navbar\";\nimport { Box, Stack, ThemeProvider, createTheme } from \"@mui/material\";\n\nconst App = () =\u003e {\n  const [mode, setMode] = useState(\"dark\");\n  const darkTheme = createTheme({\n    palette: {\n      mode: mode,\n    }\n  });\n\n  return (\n    \u003cThemeProvider theme={darkTheme}\u003e\n      \u003cBox bgcolor={\"background.default\"} color={\"text.primary\"}\u003e\n        \u003cNavbar /\u003e\n        \u003cStack direction=\"row\" spacing={2} justifyContent=\"space-between\"\u003e\n          \u003cSidebar setMode={setMode} mode={mode}/\u003e\n          \u003cFeed /\u003e\n          \u003cRightbar /\u003e\n        \u003c/Stack\u003e\n      \u003c/Box\u003e\n    \u003c/ThemeProvider\u003e\n  );  \n};\n\nexport default App;\n```\nThanks 🥰\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzahidrahimoon%2Frahi-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzahidrahimoon%2Frahi-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzahidrahimoon%2Frahi-dev/lists"}