Last active
October 29, 2021 07:13
-
-
Save rayets123/c64dba5e6a6b70813c775a48ebc1966a to your computer and use it in GitHub Desktop.
Revisions
-
rayets123 revised this gist
Oct 29, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ We need to create an app to review movies from [The Movie Database API](https:// - Add search field in the header, when user type text here we should see the list of matched movies below fields(autocomplete). - On page with default information about movie put the list of related movies. - Add sorting to all movies lists. - State manager on your choose. ## Important -
rayets123 revised this gist
Aug 19, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,7 @@ We need to create an app to review movies from [The Movie Database API](https:// - Add search field in the header, when user type text here we should see the list of matched movies below fields(autocomplete). - On page with default information about movie put the list of related movies. - Add sorting to all movies lists. - Vuex. ## Important -
rayets123 revised this gist
Jun 12, 2019 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,6 @@ We need to create an app to review movies from [The Movie Database API](https:// - Add search field in the header, when user type text here we should see the list of matched movies below fields(autocomplete). - On page with default information about movie put the list of related movies. - Add sorting to all movies lists. ## Important -
rayets123 revised this gist
Jun 12, 2019 . No changes.There are no files selected for viewing
-
rayets123 renamed this gist
Jun 12, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
rayets123 revised this gist
Jun 12, 2019 . 1 changed file with 32 additions and 23 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,23 +1,32 @@ # Frontend Developer Tech Task We need to create an app to review movies from [The Movie Database API](https://www.themoviedb.org/). ## Requirements: - Use [The Movie Database API](https://www.themoviedb.org/)([DOCS](https://developers.themoviedb.org/3)), we want to see your work with real data. - On the Homepage, we should see a list of popular movies. There should be pagination or infinite scroll. - When the user clicks on a movie card in the list, we go to the page where we will see detailed information about the movie. ## Bonus tasks - Add search field in the header, when user type text here we should see the list of matched movies below fields(autocomplete). - On page with default information about movie put the list of related movies. - Add some unit and/or e2e tests. - Add sorting to all movies lists. ## Important - You may use any libraries you want. - Pay close attention to how your application look, beautiful UI for us is very important because we create interfaces for humans. - You may use any library of ready to use components. - Use modern JS. - Deploy your work on gh-pages or Heroku, or Zeit etc. - Add the short instruction to your project, how to run code etc. Always remember that your code will use someone else. ## What we pay attention to? - Did you follow our requirements? - Clean, readable code one of the most important things! - Do you follow best practices? - UI/UX -
rayets123 created this gist
Jun 12, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ Frontend Developer Tech Task We need to create an app to review movies from The Movie Database API. Requirements: Use The Movie Database API(DOCS), we want to see your work with real data. On the Homepage, we should see a list of popular movies. There should be pagination or infinite scroll. When the user clicks on a movie card in the list, we go to the page where we will see detailed information about the movie. Bonus tasks Add search field in the header, when user type text here we should see the list of matched movies below fields(autocomplete). On page with default information about movie put the list of related movies. Add sorting to all movies lists. Important You may use any libraries you want. Pay close attention to how your application look, beautiful UI for us is very important because we create interfaces for humans. You may use any library of ready to use components. Use modern JS. Deploy your work on gh-pages or Heroku, or Zeit etc. Add the short instruction to your project, how to run code etc. Always remember that your code will use someone else. What we pay attention to? Did you follow our requirements? Clean, readable code one of the most important things! Do you follow best practices? UI/UX