Starships Challenge


In this challenge, participants will use the 'starships' endpoint of the Star Wars API to collect starship information and structure it into content-based layouts. Leveraging Tailwind CSS for styling and integrating ShadCN components for additional user interface enhancements, contestants will design a dynamic web page that displays Star Wars starship information in a visually appealing way.
  • Information Gathering: Use the API to gather data on starships and other starship-related elements of the Star Wars universe. Review documentation.
  • Data analysis: Perform data analysis on the information obtained from the API, to create the interfaces and whatever you need for the other steps.
  • Data presentation: Create a List Table with all starships and add the function to display more specific starship information within a content layout component.