{"id":15548751,"url":"https://github.com/lily-coder/javascript-capstone","last_synced_at":"2026-04-27T23:36:16.048Z","repository":{"id":131943485,"uuid":"407832845","full_name":"lily-coder/javascript-capstone","owner":"lily-coder","description":"This is an API based Web-App that displays Meals from the Meals-DB API. The features of this Web-App include: An option to like a meal by clicking on the like button, a comment button that opens up a modal and allows users to leave comments, a reservation button that also opens a modal and allows users to make reservations. Built with JavaScript, Html5, CSS3","archived":false,"fork":false,"pushed_at":"2021-09-18T12:17:07.000Z","size":1995,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T01:30:45.394Z","etag":null,"topics":["css","html5","javascript"],"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/lily-coder.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}},"created_at":"2021-09-18T10:46:52.000Z","updated_at":"2021-10-15T16:12:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae236ec4-4e21-48d0-a9c0-94f225e0be24","html_url":"https://github.com/lily-coder/javascript-capstone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lily-coder/javascript-capstone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lily-coder%2Fjavascript-capstone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lily-coder%2Fjavascript-capstone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lily-coder%2Fjavascript-capstone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lily-coder%2Fjavascript-capstone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lily-coder","download_url":"https://codeload.github.com/lily-coder/javascript-capstone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lily-coder%2Fjavascript-capstone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["css","html5","javascript"],"created_at":"2024-10-02T13:22:50.589Z","updated_at":"2026-04-27T23:36:16.032Z","avatar_url":"https://github.com/lily-coder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# Javascript Capstone Project\n\nAn API based webapp that displays Meals from the [MealsDB](https://www.themealdb.com/api.php) API. The features of this webapp include\n\n- An option to like a meal by clicking on the like button\n- A comment button that opens up a modal and allows users to leave comments\n- A reservation button that also opens a modal and allows users to make reservations\n\n![](screenshot.png)\n\n**Additional description about the project and its features.**\n\n## ⚒️ Built With\n\n`Languages`\n\n- HTML\n- CSS\n- Javascript\n\n`Frameworks`\n\n- Webpack\n\n## 📡 Live Demo\n\n[Link to Live Demo](https://lily-coder.github.io/javascript-capstone/)\n## 🎥 Video Link\n\n[Link to Project Video Description](https://www.loom.com/share/3ba7b7be5da24625a037048aca2062f5)\n\n## 🧰 Tools\n\nThe following tools help make it easier to run this code.\n\n- [Visual Studio Code](https://code.visualstudio.com/): A source code editor\n- [git](https://git-scm.com/downloads): A tool for managing source code\n\n## 🔥 Getting Started\n\n### **Prerequisites**\n\nTo run this project you need [Node](https://nodejs.org/en/) and [NPM](https://docs.npmjs.com/about-npm-versions) installed on your local machine\n\u003cbr\u003e\n`Note` : When you install Node.js, npm is automatically installed, However, npm is released more frequently than Node.js\n\n### **Setup**\n\nIf you have installed git you can clone the code to your machine, or download a ZIP of all the files directly.\n[Download the ZIP from this location](https://github.com/lily-coder/javascript-capstone/archive/refs/heads/develop.zip), or run the following [git](https://git-scm.com/downloads) command to clone the files to your machine:\n\n```bash\ngit clone https://github.com/lily-coder/javascript-capstone.git\n```\n\n### **Install**\n\nOnce the files are downloaded or cloned on your machine, open your terminal and `cd to \"javascript-capstone\" folder` and run the following commands:\n\n**To install all dependencies**\n\n```bash\nnpm install\n```\n\n**To build and configure webpack**\n\n```bash\nnpm run build\n```\n\n**To start development server**\n\n```bash\nnpm run start\n```\n\n### **Test**\n\nOnce all the dependencies have been installed and webpack has been built and configured successfully run the following commands:\n\n```bash\nnpm test\n```\n\n## 🙎🏾‍♂️ Authors\n### Lilian Moraa\n\n- GitHub: [@lily-coder](https://github.com/lily-coder/)\n- LinkedIn: [Lilian Moraa](https://www.linkedin.com/in/lilian-moraa-99950b1b8/)\n\n### Yaseer Okino\n\n- GitHub: [@yaseerokino](https://github.com/yaseerokino)\n- LinkedIn: [Yaseer Okino](https://linkedin.com/in/yaseerokino)\n\n### Kossi\n\n- GitHub: [@kossi-stack](https://github.com/Kossi-stack/)\n- LinkedIn: [Kossi Stack](https://www.linkedin.com/in/kossifioklou2406/)\n\n## 👊🏾 Show your support\n\nGive a ⭐️ if you like this project!\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flily-coder%2Fjavascript-capstone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flily-coder%2Fjavascript-capstone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flily-coder%2Fjavascript-capstone/lists"}