Skip to content

Commit 63223f4

Browse files
Merge pull request #737 from MewsSystems/ar-fe-task-update
Frontend task update
2 parents 6afe07a + 85395fe commit 63223f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jobs/Frontend/Readme.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ You should start with creating a fork of the repository. When you're finished wi
44

55
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.
66

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).
118

129
## Required technologies
1310

0 commit comments

Comments
 (0)