{"id":31209735,"url":"https://github.com/ramirezjm/little_lemon_meta_capstone","last_synced_at":"2026-04-28T12:02:52.707Z","repository":{"id":302675467,"uuid":"1004020327","full_name":"RamirezJM/Little_Lemon_Meta_Capstone","owner":"RamirezJM","description":"Little Lemon / Capstone Project / Meta Front-End Development Specialization","archived":false,"fork":false,"pushed_at":"2025-07-09T03:14:31.000Z","size":4172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-21T02:57:30.853Z","etag":null,"topics":["css3","html5","javascript","react","react-router","responsive-design"],"latest_commit_sha":null,"homepage":"https://ramirezjm.github.io/Little_Lemon_Meta_Capstone/","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/RamirezJM.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}},"created_at":"2025-06-18T02:09:21.000Z","updated_at":"2025-07-09T03:13:54.000Z","dependencies_parsed_at":"2025-07-08T04:25:49.698Z","dependency_job_id":null,"html_url":"https://github.com/RamirezJM/Little_Lemon_Meta_Capstone","commit_stats":null,"previous_names":["ramirezjm/meta_capstone_project","ramirezjm/little_lemon_meta_capstone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RamirezJM/Little_Lemon_Meta_Capstone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamirezJM%2FLittle_Lemon_Meta_Capstone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamirezJM%2FLittle_Lemon_Meta_Capstone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamirezJM%2FLittle_Lemon_Meta_Capstone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamirezJM%2FLittle_Lemon_Meta_Capstone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RamirezJM","download_url":"https://codeload.github.com/RamirezJM/Little_Lemon_Meta_Capstone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamirezJM%2FLittle_Lemon_Meta_Capstone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"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":["css3","html5","javascript","react","react-router","responsive-design"],"created_at":"2025-09-21T02:55:27.454Z","updated_at":"2026-04-28T12:02:52.689Z","avatar_url":"https://github.com/RamirezJM.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Little Lemon\n### Capstone project  / Meta Front-End Development Specialization\n\nThe React app is built with Vite. It features a responsive design, form validation, and simulated API interactions for reservations.\n\nVisit the page : https://ramirezjm.github.io/Little_Lemon_Meta_Capstone/\n\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n![Static Badge](https://img.shields.io/badge/HTML5-%23f06529)\n![Static Badge](https://img.shields.io/badge/CSS3-%232965f1)\n![Static Badge](https://img.shields.io/badge/Javascript-%23f0db4f)\n![Static Badge](https://img.shields.io/badge/React-%2361DBFB)\n\u003cdiv\u003e\n\u003cimg src=\"public/images/landing-screen.jpg\" width=600\u003e\n\u003c/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"public/images/about-screen.jpg\" width=600\u003e\n\u003c/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"public/images/menu-screen.jpg\" width=600\u003e\n\u003c/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"public/images/booking-screen.jpg\" width=600\u003e\n\u003c/div\u003e\n\n## Getting Started\n\nFollow these steps to get the project up and running on your local machine.\n\n### Prerequisites\n\nMake sure you have [Node.js](https://nodejs.org/en/download/) installed. I used the version 22.14.0 (which includes npm).\n\n1.  **Clone the repository:**\n    ```bash\n    git clone [YOUR_REPOSITORY_URL_HERE]\n    cd [YOUR_PROJECT_FOLDER_NAME] # e.g., cd final_project\n    ```\n    *(Remember to replace `[YOUR_REPOSITORY_URL_HERE]` and `[YOUR_PROJECT_FOLDER_NAME]` with your actual repo URL and project directory name.)*\n\n2.  **Install dependencies:**\n    ```bash\n    npm install\n    ```\n    This command will install all the necessary packages listed in `package.json`.\n\n---\n\n## Running the Application\n\nTo start the development server and view the application locally:\n\n```bash\nnpm run dev\n```\n\n## Running Tests\n\nTo execute the project's test suite (powered by Jest and React Testing Library):\n\n```bash\nnpm test\n```\n\nThis will run all tests and display the results in your terminal.\n(It contains 2 unit tests (component deployment and updateTime function))\n\u003cdiv\u003e\n  \u003cimg src=\"public/images/test-screen.jpg\" width=500\u003e\n\u003c/div\u003e\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framirezjm%2Flittle_lemon_meta_capstone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framirezjm%2Flittle_lemon_meta_capstone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framirezjm%2Flittle_lemon_meta_capstone/lists"}