Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 916 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 916 Bytes

Star Wars Movies

Table of contents

General info

This project is simply lists Star Wars movies when requested by the user.

The content is retrieved from the Star Wars API -- SWAPI -- through the use of the 'Fetch' Web API.

The method is called when a button, clearly visible upon startup, is clicked by the user. This then fetches the list of movies made available by SWAPI.

In addition, a loading animation makes for a visually pleasing wait, whilst data is fetched. However, this retrieval is relatively fast.

Technologies

Latin Blog is created using:

  • react version: 17.0.2

Live website

The link for a live demonstration of how this app works can be found here; Star Wars Movies

I hope you enjoyed it!