{"id":26601236,"url":"https://github.com/leomirandaa/restaurant-menu","last_synced_at":"2025-04-09T16:34:04.443Z","repository":{"id":169654644,"uuid":"645558517","full_name":"leoMirandaa/restaurant-menu","owner":"leoMirandaa","description":"Elegant restaurant menu made with Next(Pages Router), CSS modules, Antd and Motion One","archived":false,"fork":false,"pushed_at":"2024-03-18T20:22:57.000Z","size":6935,"stargazers_count":23,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T18:50:32.262Z","etag":null,"topics":["ant-design","antd","antdesign","css-modules","html","javascript","motionone","nextjs","react"],"latest_commit_sha":null,"homepage":"https://magentakitchen.vercel.app","language":"TypeScript","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/leoMirandaa.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-05-25T23:43:45.000Z","updated_at":"2025-03-20T22:59:05.000Z","dependencies_parsed_at":"2023-10-03T12:59:53.585Z","dependency_job_id":"cf11ad12-4dd9-45ed-afa8-5ee94334ba88","html_url":"https://github.com/leoMirandaa/restaurant-menu","commit_stats":null,"previous_names":["leopoldo-1/food-store-frontend","leopoldo-1/restaurant-menu","leo-miranda-dev/restaurant-menu","leomirandaa/restaurant-menu"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoMirandaa%2Frestaurant-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoMirandaa%2Frestaurant-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoMirandaa%2Frestaurant-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoMirandaa%2Frestaurant-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoMirandaa","download_url":"https://codeload.github.com/leoMirandaa/restaurant-menu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248067753,"owners_count":21042347,"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":["ant-design","antd","antdesign","css-modules","html","javascript","motionone","nextjs","react"],"created_at":"2025-03-23T18:38:05.581Z","updated_at":"2025-04-09T16:34:04.405Z","avatar_url":"https://github.com/leoMirandaa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magenta kitchen\n\n## \u003ca href=\"https://nextjs.org/\" target=\"_blank\"\u003eNext.js\u003c/a\u003e + \u003ca href=\"https://www.typescriptlang.org/\" target=\"_blank\"\u003eTypeScript\u003c/a\u003e + \u003ca href=\"https://ant.design/\" target=\"_blank\"\u003eAnt Design\u003c/a\u003e + \u003ca href=\"https://motion.dev/\" target=\"_blank\"\u003eMotion One\u003c/a\u003e.\n\nRestaurant menu with the ability to update menu items in real-time at scheduled intervals, it provides a dynamic experience for customers. Each menu item is presented with an appealing design, enhancing its visual appeal and making it easy for customers to explore. \u003ca href=\"https://magentakitchen.vercel.app\" target=\"_blank\"\u003eLive Demo\u003c/a\u003e\n\n![restaurant-menu](https://github.com/leoMirandaa/restaurant-menu/assets/61714687/369b8904-b0d8-4756-a79f-c9cd7089cce8)\n\n\n## Technologies used\n\n\u003cbr/\u003e\n\n\u003ctable align=\"center\"\u003e\n  \u003c/tr\u003e\n    \u003ctd\u003e\n        \u003cimg alt=\"React\" src=\"./public/react-logo.png\" width=\"100\"\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n        \u003cimg alt=\"Next\" src=\"./public/nextjs-logo.svg\" width=\"100\"\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n        \u003cimg alt=\"Typescript\" src=\"./public/typescript-logo.svg\" width=\"100\"\u003e\n    \u003c/td\u003e\n     \u003ctd\u003e\n        \u003cimg alt=\"Antd\" src=\"./public/antd-logo.svg\" width=\"100\"\u003e\n    \u003c/td\u003e\n     \u003ctd\u003e\n        \u003cimg alt=\"MotionOne\" src=\"./public/motionone-logo.svg\" width=\"100\"\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003cbr/\u003e\n\n## Features\n\n- [x] Responsive design\n- [x] Server side rendering(SSR)\n- [x] Real-Time Updates with Data Fetching\n- [x] Meta Tags\n- [x] Interactive Menu\n- [x] Branding and Personalizations\n\n## How to install\n\n1. Clone this repositoy:\n\n```bash\ngit clone https://github.com/leoMirandaa/restaurant-menu.git\n```\n\n2. Go into project\n\n```bash\ncd restaurant-menu\n```\n\n3. Install dependencies\n\n```bash\nnpm install\n```\n\n4. Run project\n\n```bash\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleomirandaa%2Frestaurant-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleomirandaa%2Frestaurant-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleomirandaa%2Frestaurant-menu/lists"}