/star-wars-api-react-app

A React application with Router, Services, Bootstrap and CSS.

Primary LanguageJavaScript

Star Wars API React App

A React app built using data from the SWAPI

How to use

  1. git clone this repository
  2. Run npm install to install the required dependencies for this app
  3. Run npm start to start the server from your command line
  4. Have fun!

Built with

  • React
  • React Router
  • Bootstrap
  • CSS

Pages

The app basically:

  • "/": Home page (Characters);
  • "/characters/:id": Specific character's page;