{"id":31648208,"url":"https://github.com/oislen/littlelemonreact","last_synced_at":"2026-02-16T05:33:48.169Z","repository":{"id":318038129,"uuid":"1069780121","full_name":"oislen/LittleLemonReact","owner":"oislen","description":"Little Lemon Capstone Project for Meta Frontend Developer Course","archived":false,"fork":false,"pushed_at":"2025-12-05T13:08:36.000Z","size":86380,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-05T23:52:17.906Z","etag":null,"topics":["css","figma","html","javascript","react","webapp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oislen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-04T15:57:46.000Z","updated_at":"2025-12-05T12:52:46.000Z","dependencies_parsed_at":"2025-10-04T18:34:50.656Z","dependency_job_id":null,"html_url":"https://github.com/oislen/LittleLemonReact","commit_stats":null,"previous_names":["oislen/littlelemonreact"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/oislen/LittleLemonReact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oislen%2FLittleLemonReact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oislen%2FLittleLemonReact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oislen%2FLittleLemonReact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oislen%2FLittleLemonReact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oislen","download_url":"https://codeload.github.com/oislen/LittleLemonReact/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oislen%2FLittleLemonReact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29500832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T03:57:51.541Z","status":"ssl_error","status_checked_at":"2026-02-16T03:55:59.854Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["css","figma","html","javascript","react","webapp"],"created_at":"2025-10-07T06:59:33.293Z","updated_at":"2026-02-16T05:33:48.165Z","avatar_url":"https://github.com/oislen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Little Lemon Restaurant Web Application\n\n## Overview\n\nA React web app for the Little Lemon restaurant as per the Meta Frontend Developer Course. The web app contains an about page introducing the Little Lemon restaurant, a series of menu item pages describing the dishes available to order, and a booking page for reserving a table at the restaurant.\n\n![Home Page](report/LittleLemon_HomePage.png)\n\n## Running the Application (Windows)\n\n### Node Package Manager\n\nCreate a local [node js](https://nodejs.org/en/download) environment for the Little Lemon Web app using the [node package manager](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm):\n\n\n```\nnpm ci\n```\n\nRun the node tests and start the Little Lemon Web app using the following commands and the local node environment:\n\n```\nnpm test\nnpm start\n```\n\nOnce the web app is running, navigate to localhost:3000 in your preferred browser\n\n* http://localhost:3000\n\n### Docker\n\nThe latest version of the Little Lemon React Web App can be found as a [docker](https://www.docker.com/) image on dockerhub here:\n\n* https://hub.docker.com/repository/docker/oislen/littlelemonreact/general\n\nThe image can be pulled from dockerhub using the following command:\n\n```\ndocker pull oislen/littlelemonreact:latest\n```\n\nThe Little Lemon React Web App can then be started using the following command and the docker image:\n\n```\ndocker network create littlelemon\ndocker run --name llr --net littlelemon --publish 3000:3000 --memory 6GB --shm-size=512m --rm oislen/littlelemonreact:latest\n```\n\nOnce the web app is running, navigate to localhost:3000 in your preferred browser\n\n* http://localhost:3000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foislen%2Flittlelemonreact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foislen%2Flittlelemonreact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foislen%2Flittlelemonreact/lists"}