Skip to content

Conversation

@avshir
Copy link
Owner

@avshir avshir commented Apr 8, 2023

  1. https://github.com/rolling-scopes-school/tasks/tree/master/react/modules/module04

image
image
image
image

Deploy: https://avshir-rss-react.netlify.app/ last update 12.04.23
Done 10.04.2023 / deadline 10.04.2023
5. 15/15

use API: https://developers.themoviedb.org/
Внимание: Для проверяющих из РБ/РФ данный API будет работать только с VPN!

Test with mock API in src\services\api.test.tsx

  • Search bar. Enter text -> Press Enter -> Send the request to API with the searching parameters -> the list of results is updating
  • The result list of searching: display the data that the API query returned using Cards.
  • Create a progress indicator (a component with animation, or at least with the text - ‘Progressing...’) which will be shown when request is pending.
  • notification messages in a case if something goes wrong or some information cannot be found is warmly welcome.
  • The modal window should be closed by clicking on the cross button in the upper right corner or by clicking on a page outside the modal window. When we open a modal window the page should be covered with overlay.
  • Add tests. All the api-calls should be mocked in the tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants