/starwars-starships

Starwars starship data presented in a responsive table

Primary LanguageJavaScript

Starwars Starships

Starship data fetched from SWAPI is presented in a responsive table. The API endpoint https://swapi.co/api/starships/ is used to obtain the first page of starship-related data.

This project was bootstrapped with Create React App.

Getting started

  • Clone or download the repository

  • Navigate to the project directory: cd starwars-starships

  • Install dependencies: npm install

  • Run the app in development mode: npm start

Please refer to the Create React App documentation for further information.