Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.08 KB

File metadata and controls

26 lines (23 loc) · 1.08 KB

Screen Shot 2021-08-20 at 6 12 04 PM

Star Wars API

This project is a basic webpage displaying items from the Star Wars API (https://swapi.dev/). ​

How It's Made:

HTML, CSS, JavaScript ​

Optimizations

Eventually, I would like to display all data from API, separating it by characther, movies, planets, all in one page. ​

Lessons Learned:

I learned about fetching data from an API. Links, and buttons. ​

Installation Instructions:

This site is live at: https://starwarscode.netlify.app/starwars.html
​ You can also use this site locally by doing the following: git clone https://github.com/jesspeters143/CodeAPI.git then opening the starwars.html file in your browser ​

Website Use Instructions:

Click the learn more button to see the first API call for Luke Skywalker; Then click the Movies link to be led to a new page and click the learn more button to see the second API call in action; Click Go Back button to return to the first page.