{"id":48109354,"url":"https://github.com/rubenpazch/js-restaurant-page","last_synced_at":"2026-04-04T16:00:22.417Z","repository":{"id":42785335,"uuid":"273121761","full_name":"rubenpazch/js-restaurant-page","owner":"rubenpazch","description":"This project is about building a static website for a restaurant using pure javascript, Webpack, modules, building the entire site using just Javascript, and get more practice on DOM manipulation by dynamically rendering a simple restaurant homepage.","archived":false,"fork":false,"pushed_at":"2023-01-07T19:23:21.000Z","size":4476,"stargazers_count":2,"open_issues_count":18,"forks_count":0,"subscribers_count":2,"default_branch":"development","last_synced_at":"2023-03-06T22:24:52.089Z","etag":null,"topics":["boostrap4","javascript","webpack"],"latest_commit_sha":null,"homepage":"https://raw.githack.com/rubenpazch/js-restaurant-page/feature-restaurant/dist/index.html","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/rubenpazch.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}},"created_at":"2020-06-18T02:20:01.000Z","updated_at":"2020-06-22T22:58:32.000Z","dependencies_parsed_at":"2023-02-07T22:46:50.925Z","dependency_job_id":null,"html_url":"https://github.com/rubenpazch/js-restaurant-page","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/rubenpazch/js-restaurant-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenpazch%2Fjs-restaurant-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenpazch%2Fjs-restaurant-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenpazch%2Fjs-restaurant-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenpazch%2Fjs-restaurant-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubenpazch","download_url":"https://codeload.github.com/rubenpazch/js-restaurant-page/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenpazch%2Fjs-restaurant-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31405187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":["boostrap4","javascript","webpack"],"created_at":"2026-04-04T16:00:21.646Z","updated_at":"2026-04-04T16:00:22.409Z","avatar_url":"https://github.com/rubenpazch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Name\n\n\u003e This project is about building a static website for a restaurant using pure javascript, Webpack, modules, building the entire site using just Javascript, and get more practice on DOM manipulation by dynamically rendering a simple restaurant homepage.\n\n![screenshot](./app_screenshot.png)\n\n## Built With\n\n- Javascript\n- Webpack\n- Webpack modules\n\n## Live Demo\n\n[Live Demo Link](https://raw.githack.com/rubenpazch/js-restaurant-page/feature-restaurant/dist/index.html)\n\n\n## Getting Started\n\n**Want to check the code and make some changes please .**\n\nDo you want to clone this project please use this command on you terminal\n\n```\ngit clone git@github.com:rubenpazch/js-restaurant-page.git\n```\n\nwebpack is used to compile JavaScript modules. Once installed, you can interface with webpack either from its CLI or API. If you're still new to webpack, please read through the core concepts and this comparison to learn why you might use it over the other tools that are out in the community.\n\nCore concepts : [Webpack](https://webpack.js.org/concepts/)\n\n\n### Prerequisites\n\n- Webpack \n- NPM \n\n### Setup\n\nInstall NPM\n\nCheck that you have node and npm installed\n\nTo check if you have Node.js installed, run this command in your terminal:\n\n\n```\nnode -v\n```\n\nTo confirm that you have npm installed you can run this command in your terminal:\n\n\n```\nnpm -v\n```\n\n\n### Install\n\ninstall npm and nodejs\n\n\n```\nsudo apt update\nsudo apt install nodejs\nsudo apt install npm\n```\n\n\nLocal Installation Webpack\n\nTo install the latest release or a specific version, run one of the following commands:\n\n```\nnpm install --save-dev webpack\n# or specific version\nnpm install --save-dev webpack@\u003cversion\u003e\n```\n\nIf you're using webpack v4 or later, you'll also need to install the CLI.\n\n\n```\nnpm install --save-dev webpack-cli\n```\n\n\nGlobal Installation Webpack\n\nThe following NPM installation will make webpack available globally:\n\n\n```\nnpm install --global webpack\n```\n\n\n## Authors\n\n\n👤 **Ruben Paz Chuspe**\n\n- Github: [@rubenpazch](https://github.com/rubenpazch)\n- Linkedin: [rubenpch](https://www.linkedin.com/in/rubenpch/)\n- Twitter: [chuspepaz](https://twitter.com/ChuspePaz)\n\n\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](issues/).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Hat tip to anyone whose code was used\n- Inspiration\n- etc\n\n## 📝 License\n\nThis project is [MIT](lic.url) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenpazch%2Fjs-restaurant-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubenpazch%2Fjs-restaurant-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenpazch%2Fjs-restaurant-page/lists"}