reactplay / react-play

react-play is an opensource platform that helps you learn ReactJS faster with hands-on practice model. It is a collection of projects that you can use to learn ReactJS.
https://reactplay.io
MIT License
1.32k stars 812 forks source link

[Add a Play]: zoomlogin #1512

Open day-lee opened 6 days ago

day-lee commented 6 days ago

What's the Play about?

Clone project for the Zoom login page and help chatbot

What ReactJS concept will be used to create this play?

  1. State management
  2. Conditional rendering
  3. Routing
  4. useEffect
  5. Asynchronous data fetching
  6. react-chatbot-kit library

Record

Code of Conduct

github-actions[bot] commented 6 days ago

Hey! contributor, thank you for opening an Issue 🎉.

@reactplay/maintainers will review your submission soon and give you helpful feedback. If you're interested in continuing your contributions to open source and want to be a part of a welcoming and fantastic community, we invite you to join our ReactPlay Discord Community.
Show your support by starring ⭐ this repository. Thank you and we appreciate your contribution to open source!
Stale Marking : After 30 days of inactivity this issue/PR will be marked as stale issue/PR and it will be closed and locked in 7 days if no further activity occurs.

day-lee commented 6 days ago

Hi, I am trying to add my play but keep getting errors. It looks like a network issue. Can you please have a look at the error messages below and suggest what I should do next?

  1. yarn start

Error occured file:///block/block/.npm/_npx/1bb05ba59ea1792a/node_modules/create-react-play/lib/services/datasource/index.js:72 Status ${err.response.status} : ${err.response.statusText} ^

TypeError: Cannot read properties of undefined (reading 'status') at file:///block/block/.npm/_npx/1bb05ba59ea1792a/node_modules/create-react-play/lib/services/datasource/index.js:72:32 at process.processTicksAndRejections (node:internal/process/task_queues:105:5)

  1. npx create-react-play@latest -c 9f957cde-b8d6-4875-abac-1d79cfa7a220

Reading play information INFO : Monday, Sep 23, 2024: INFO : Reading play information of "9f957cde-b8d6-4875-abac-1d79cfa7a220" Error occured file:///block/block/.npm/_npx/9c6151e77f6ebd53/node_modules/create-react-play/lib/services/datasource/index.js:49 Status ${err.response.status} : ${err.response.statusText} ^ TypeError: Cannot read properties of undefined (reading 'status')

Many thanks,