{"id":15607320,"url":"https://github.com/sevlamare/lehouse","last_synced_at":"2026-05-15T08:36:58.038Z","repository":{"id":131692424,"uuid":"285325479","full_name":"SevlaMare/LeHouse","owner":"SevlaMare","description":"A modern restaurant page.","archived":false,"fork":false,"pushed_at":"2020-08-15T04:58:25.000Z","size":3731,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T14:16:18.679Z","etag":null,"topics":["dom","es6","html","js","webpack"],"latest_commit_sha":null,"homepage":"https://raw.githack.com/SevlaMare/LeHouse/feature-implementation/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/SevlaMare.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":"2020-08-05T15:09:36.000Z","updated_at":"2023-03-08T02:42:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"494f8a3b-0c0d-4e19-8e37-2eec122f9186","html_url":"https://github.com/SevlaMare/LeHouse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SevlaMare/LeHouse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FLeHouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FLeHouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FLeHouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FLeHouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SevlaMare","download_url":"https://codeload.github.com/SevlaMare/LeHouse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FLeHouse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009793,"owners_count":26084648,"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-10-11T02:00:06.511Z","response_time":55,"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":["dom","es6","html","js","webpack"],"created_at":"2024-10-03T05:01:20.080Z","updated_at":"2025-10-12T01:44:20.555Z","avatar_url":"https://github.com/SevlaMare.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Le House\n\u003e A restaurant page.\n\n![screenshot](doc/screenshot.png)\n\n\u003cbr\u003eThis is a desktop webpage, build mainly to practice the webpack workflow and DOM manipulation.\u003cbr\u003e\n\n## Content\n\n* [Live Demo](#live-demo)\n* [Requirements](#requirements)\n* [Built With](#built-with)\n* [Getting Start](#getting-start)\n* [Contributing](#contributing)\n* [Acknowledgments](#acknowledgments)\n* [Author](#author)\n* [License](#license)\n\n## Live Demo\nYou can access a deployed version of this app:\u003cbr\u003e\nhttps://raw.githack.com/SevlaMare/LeHouse/feature-implementation/dist/index.html\n\n## Requirements\n- [x] Setup webpack to build all from source(src) to distribuition(dist) folder\n- [x] Setup npm/yarn scripts to linters, server and webpack build\n- [x] Implement tabs, move between them using HTML, CSS and JS only\n\n\n## Pre-requisites\n\u003cul\u003e\n\t\u003cli\u003eNode\u003c/li\u003e\n\t\u003cli\u003eNpm\u003c/li\u003e\n\t\u003cli\u003eYarn\u003c/li\u003e\n\t\u003cli\u003eWeb browser\u003c/li\u003e\n\u003c/ul\u003e\n\n## Setup\n\nDownload all dependencies with\n```js\nnpm install\n```\n\nStart the server with\n```js\nyarn go\n```\n\nVisit the app running on\n```js\nlocalhost:7000\n```\n\n## Built With\n\n- Javascript\u003cbr\u003e\n- HTML/CSS \u003cbr\u003e\n- Webpack \u003cbr\u003e\n- ESlint and Stylint (Linters) \u003cbr\u003e\n- GitHub Actions (CI Tool) \u003cbr\u003e\n- Git, Github and VScode \u003cbr\u003e\n\n## Possible features\n\n- Make responsive\n- Refine CSS adding more modern effects\n- Render the menu items from a database\n- Optimize the code removing the redundances\n- Use handlebars for HTML template\n\n## Getting Start\n\nTo use this program, you will need only a web browser like google crome.\n\n#### Get a local copy\nNow you need a copy of this application, if you are using Git:\n```js\ngit clone git@github.com:SevlaMare/LeHouse.git\n```\nOtherwise just hit (Download Zip) on green button (Clone or Download) at top of this page.\n\n#### Run it live\nYou can just drag and drop index.html to your browser.\n\n### Contributing\n\nContributions, issues and feature requests are welcome!\n\nYou can do it on [issues page](issues/).\n\n## Acknowledgments\n\nA special thanks for the code reviewers.\n\n## Author\n\n👤 **Thiago Miranda**\n\n- Github: [@SevlaMare](https://github.com/SevlaMare)\n- Twitter: [#SevlaMare](https://twitter.com/SevlaMare)\n- Linkedin: [SevlaMare](https://www.linkedin.com/in/sevla-mare)\n\n### License\n\u003cstrong\u003eCreative Commons • Ago 2020\u003c/strong\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevlamare%2Flehouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevlamare%2Flehouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevlamare%2Flehouse/lists"}