Create a simple application that will display information about the Star Wars episode and the starships featured in this movie: 1) Create a movie page for episode #1 (display the fields: title, opening_crawl, list of starships as urls) Movie request sample: https://swapi.co/api/films/1/ 2) Create an element / another route to display information about the selected starship that the user must be able to view by clicking on the list item from the first part of the task (display the fields: model, name, passengers) API documentation https://swapi.co/documentation