Skip to content

Instantly share code, notes, and snippets.

@rayets123
Last active October 29, 2021 07:13
Show Gist options
  • Save rayets123/c64dba5e6a6b70813c775a48ebc1966a to your computer and use it in GitHub Desktop.
Save rayets123/c64dba5e6a6b70813c775a48ebc1966a to your computer and use it in GitHub Desktop.

Revisions

  1. rayets123 revised this gist Oct 29, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion tech-task.md
    Original 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.
    - Vuex.
    - State manager on your choose.

    ## Important

  2. rayets123 revised this gist Aug 19, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions tech-task.md
    Original 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

  3. rayets123 revised this gist Jun 12, 2019. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion tech-task.md
    Original 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 some unit and/or e2e tests.
    - Add sorting to all movies lists.

    ## Important
  4. rayets123 revised this gist Jun 12, 2019. No changes.
  5. rayets123 renamed this gist Jun 12, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  6. rayets123 revised this gist Jun 12, 2019. 1 changed file with 32 additions and 23 deletions.
    55 changes: 32 additions & 23 deletions gistfile1.txt
    Original 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.

    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
    # 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
  7. rayets123 created this gist Jun 12, 2019.
    23 changes: 23 additions & 0 deletions gistfile1.txt
    Original 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