Skip to content

Annevo/frontend-code-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Frontend code-test @ Annevo

For this assignment you'll create an app for listing Star Wars movies. The data should be fetched from the following endpoint: https://star-wars-api.herokuapp.com/films.

You are free to use which ever frontend framework you prefer as long as you're using JavaScript or TypeScript. You don't have to solve all of the tasks but we want you to be able to explain what you have done and why you have chosen to do it like that.

Description

When the app is loaded, a list of the movies should be displayed as the image below shows: Default view

There should be a way to order the movies by Year or Episode as the select menu shows in the image below: Sort by year of episode

When clicking on a movie in the list, a detailed view of it should be displayed in the right hand side of the application. In this case, ”Episode V - The Empire Strikes Back” is chosen (when no movie is selected, a default text should be displayed instead): Episode V details

Additionally, there should be a way to filter the movies by entering their name in the text input: Filter out specific movies

The images above are just en example layout, but the final result should aim to have the same features, and a similar layout.

About

Code test for frontend developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published