{"id":24429165,"url":"https://github.com/sofianhw/amazon-ivs-chat-web-demo","last_synced_at":"2026-04-13T12:32:39.791Z","repository":{"id":145455782,"uuid":"495729187","full_name":"sofianhw/amazon-ivs-chat-web-demo","owner":"sofianhw","description":"amazon-ivs-chat-web-demo","archived":false,"fork":false,"pushed_at":"2022-05-24T09:53:28.000Z","size":7920,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T21:02:12.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"amazon-ivs-chat-web.vercel.app","language":"CSS","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/sofianhw.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":"2022-05-24T08:12:33.000Z","updated_at":"2022-05-24T09:53:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"14a0eca2-d7c1-4fea-a7b6-dc316ad392fb","html_url":"https://github.com/sofianhw/amazon-ivs-chat-web-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sofianhw/amazon-ivs-chat-web-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianhw%2Famazon-ivs-chat-web-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianhw%2Famazon-ivs-chat-web-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianhw%2Famazon-ivs-chat-web-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianhw%2Famazon-ivs-chat-web-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sofianhw","download_url":"https://codeload.github.com/sofianhw/amazon-ivs-chat-web-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianhw%2Famazon-ivs-chat-web-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"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":[],"created_at":"2025-01-20T13:33:38.826Z","updated_at":"2026-04-13T12:32:39.753Z","avatar_url":"https://github.com/sofianhw.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon IVS eCommerce Web UI\n\n## Prerequisites \n\n* [NodeJS](https://nodejs.org/)\n* Npm is installed with Node.js\n* Amazon IVS eCommerce demo Backend (Optional - see Configuration)\n\n## Running the demo\n\nTo get the web demo running, follow these instructions:\n\n1. [Install NodeJS](https://nodejs.org/). Download latest LTS version (\"Recommended for Most Users\") \n2. Navigate to the web-ui project directory on your local computer\n3. Run: npm install\n4. Run: npm start\n5. Open your web-browser and enter the URL: http://localhost:3000/\n\n## Configuration\n\nThe following entries in src\\config.js (inside the web-ui project directory) are used to display data in this demo\n\n* USE_MOCK_DATA \n  - Set to \"true\" to use mock product data. This will not require an eCommerce Backend\n  - See ecommerece-web\\serverless\\README.md for details on the eCommerce Backend configuration\n\n* GET_PRODUCTS_API\n  - Uses eCommerce Backend API endpoint for retrieving the products list\n  - Set USE_MOCK_DATA to false\n  - Use the URL created when deploying eCommerce Backend\n\n* DEFAULT_VIDEO_STREAM\n  - Default video stream to play inside the video player\n\n## Limitations\n\n* Search doesn't filter products\n* Shopping cart isn't implemented\n* Avatar (user image) doesn't show user details\n* \"Buy Now\" button doesn't add items to cart \n* \"LIVE with Experts\" doesn't link to any live video streams\n\n--------------------------------------------------\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e\nSee the section about [running tests](https://create-react-app.dev/docs/running-tests/) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://create-react-app.dev/docs/deployment/) for more information.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://create-react-app.dev/docs/getting-started/).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nhttps://create-react-app.dev/docs/code-splitting/\n\n### Analyzing the Bundle Size\n\nhttps://create-react-app.dev/docs/analyzing-the-bundle-size/\n\n### Making a Progressive Web App\n\nhttps://create-react-app.dev/docs/making-a-progressive-web-app/\n\n### Advanced Configuration\n\nhttps://create-react-app.dev/docs/advanced-configuration/\n\n### Deployment\n\nhttps://create-react-app.dev/docs/deployment/\n\n### `npm run build` fails to minify\n\nhttps://create-react-app.dev/docs/troubleshooting/#npm-run-build-fails-to-minify\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofianhw%2Famazon-ivs-chat-web-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofianhw%2Famazon-ivs-chat-web-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofianhw%2Famazon-ivs-chat-web-demo/lists"}