Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.43 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.43 KB

Star Wars API

This single page React application pulls data from a public Star Wars API and then displays that data in a custom UI. The home page displays a custom Star Wars crawl within an iframe:

homepage screenshot

Selecting one of the menu buttons will direct you to a subject page, such as films or people:

films screenshot

people1 screenshot

Selecting the pagination buttons at the bottom will continue to the next page of data from the API:

people2 screenshot

Installation:

To run the program on your local machine, clone the repo, run npm install on the command line, and then npm start. The home page will display and prompt you to click on BB8, which will trigger the iframe to play a custom Star Wars crawl introduction about single page applications.

Built With:

  • JavaScript
  • React - Frontend framework
  • Redux - Predictable State Container for React
  • npm - Dependency Management
  • Bootstrap & CSS - UI

Author: