Star Wars Search

Angular, TypeScript, Star Wars API

About this project

Star Wars Search is a search engine powered by the SW API that allows users to search for information on their favorite Star Wars characters.

The app is still under development. It can currently be used to search for info on characters and films.

This was my first attempt at developing an Angular app. I found that Angulars syntax looks a bit odd, but once you get used to it, it is an intuitive as React and a bit easier since all of the functionality is built in to Angular. Using this API was tricky because the queries return yet another query string, so to find some information in the queries you need to make calls inside calls making the wait time for the load to be longer than what I would want.

Styling this was the most fun. Star Wars is something I love, so being able to create this app was very inspiring.