Skip to content

Draws Star Wars related data from a public API and displays it in a customized UI.

Notifications You must be signed in to change notification settings

Austin1780/Star-Wars-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Draws Star Wars related data from a public API and displays it in a customized UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published