You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jobs/Frontend/Readme.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,7 @@ You should start with creating a fork of the repository. When you're finished wi
4
4
5
5
Your task will be to create a simple movie search application. The application will have 2 views - search and movie detail. The search view is the default view, and should contain search input and display paginated list of found movies with a way to load additional batch. Search should start automatically after typing into the input is finished - there is no need for a search button. Clicking on a movie gets you to the movie detail view where detailed information about the movie should be listed.
6
6
7
-
To retrieve information about movies, use [TheMovieDb API](https://developers.themoviedb.org/3/getting-started/introduction). You can use our api key to authorize requests:
8
-
```
9
-
03b8572954325680265531140190fd2a
10
-
```
7
+
To retrieve information about movies, use [TheMovieDb API](https://developers.themoviedb.org/3/getting-started/introduction) - for this purpose **you need to generate api key to authorize requests** (free service account needed).
0 commit comments