This project is a basic webpage displaying items from the Star Wars API (https://swapi.dev/).
HTML, CSS, JavaScript
Eventually, I would like to display all data from API, separating it by characther, movies, planets, all in one page.
I learned about fetching data from an API. Links, and buttons.
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
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.
