A simple starwars app that you can search and browse characters to see their information. View
I used jQuery for most of the coding part, Fontawesome for the fonts and SWAPI the starwars api for the starwars data. I also used a separate hardcoded json file for the image links because SWAPI does not contain image links. I forgot who owns that json file so if anyone knows who is the original owner of the json file contact me.
There is not much to it. You can run this via live server in VSCode, XAMPP, or by even opening the HTML file in a browser.
You can access it by http://localhost in the browser if you used live server or XAMPP.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.