{"id":18967082,"url":"https://github.com/gurjeetsinghvirdee/restaurant-menu-application","last_synced_at":"2026-04-13T13:32:24.788Z","repository":{"id":218696681,"uuid":"747119385","full_name":"gurjeetsinghvirdee/restaurant-menu-application","owner":"gurjeetsinghvirdee","description":"Restaurant Menu Application","archived":false,"fork":false,"pushed_at":"2024-01-23T10:12:11.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-26T00:08:18.166Z","etag":null,"topics":["bootstrap5","codingninjas","html-css-javascript","web-development"],"latest_commit_sha":null,"homepage":"https://gurjeetsinghvirdee.github.io/restaurant-menu-application/","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/gurjeetsinghvirdee.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}},"created_at":"2024-01-23T09:57:40.000Z","updated_at":"2024-02-18T06:02:12.000Z","dependencies_parsed_at":"2024-01-23T11:29:04.325Z","dependency_job_id":"e7c2d516-feeb-4cb6-8fd8-e026cf0887ac","html_url":"https://github.com/gurjeetsinghvirdee/restaurant-menu-application","commit_stats":null,"previous_names":["gurjeetsinghvirdee/resturant-menu-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gurjeetsinghvirdee/restaurant-menu-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurjeetsinghvirdee%2Frestaurant-menu-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurjeetsinghvirdee%2Frestaurant-menu-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurjeetsinghvirdee%2Frestaurant-menu-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurjeetsinghvirdee%2Frestaurant-menu-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gurjeetsinghvirdee","download_url":"https://codeload.github.com/gurjeetsinghvirdee/restaurant-menu-application/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurjeetsinghvirdee%2Frestaurant-menu-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"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":["bootstrap5","codingninjas","html-css-javascript","web-development"],"created_at":"2024-11-08T14:39:32.227Z","updated_at":"2026-04-13T13:32:24.764Z","avatar_url":"https://github.com/gurjeetsinghvirdee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Restaurant Menu Website\n\nThis project is a minor project completed during the Coding Ninjas course. It involves creating a responsive restaurant menu website using HTML, CSS, Bootstrap, and JavaScript. The website displays a menu with various food items, categorized into starters, mains, desserts, and beverages. Users can filter items based on categories and use a search functionality to find specific dishes.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimage src=\"https://github.com/gurjeetsinghvirdee/resturant-menu-application/assets/73753957/440c2e12-ae89-43bc-978d-a6e086084c43\" width=\"650\"\u003e\n  \u003cbr\u003e\n  \u003cimage src=\"https://github.com/gurjeetsinghvirdee/resturant-menu-application/assets/73753957/1b2bf5bd-668a-404d-937e-d0ff596dc20e\" width=\"650\"\u003e\n\u003c/div\u003e\n\n\n\n\n## Features:\n\n1. **Responsive Design:**\n   - The website is designed to be responsive and adaptable to different screen sizes, including desktop, medium, and mobile views.\n\n2. **Navbar:**\n   - The website features a navigation bar (navbar) with navigation links and a search input field.\n   - For medium and mobile views, a navbar toggler is included for better user experience.\n\n3. **Menu Display:**\n   - The menu items are displayed using Bootstrap's card component.\n   - Each item shows its title, price, description, and category.\n   - The menu is dynamically rendered using JavaScript based on a provided menu array.\n\n4. **Filter Buttons \u0026 Search Functionality:**\n   - Users can filter menu items based on categories using filter buttons.\n   - The search input allows users to search for specific items based on keywords.\n\n5. **Styling:**\n   - The website utilizes a color scheme with color codes #333745, #E63462, #FE5F55, #C7EFCF, #EEF5DB for a cohesive and visually appealing design.\n   - The layout and styling ensure a clean and modern look.\n\n## Instructions for Running the Project:\n\n1. Clone the repository to your local machine.\n\n   ```bash\n   git clone https://github.com/\u003cyour-user-name\u003e/resturant-menu-application/\n   ```\n\n2. Open the `index.html` file in a web browser.\n\n   ```bash\n   open index.html\n   ```\n\n3. Explore the restaurant menu website and enjoy the responsive design and interactive features.\n\n## Project Structure:\n\n- `index.html`: Main HTML file containing the structure of the website.\n- `styles.css`: CSS file containing the styling for the website.\n- `app.js`: JavaScript file for dynamic rendering of menu items and implementing functionality.\n\n## Future Improvements:\n\n- Add more items to the menu array for a richer user experience.\n- Implement additional features, such as user authentication or an order system.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgurjeetsinghvirdee%2Frestaurant-menu-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgurjeetsinghvirdee%2Frestaurant-menu-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgurjeetsinghvirdee%2Frestaurant-menu-application/lists"}