A React Native APP which makes a call to the Star Wars API to bring up data on your favorite Star Wars Characters.
This React Native App was created with functional components and Hooks. It is a search engine which uses the SWAPI (Star Wars API) to display characters that have (in their data) properties that match the search string. You can search by gender (male/femal), by height/weight (a number), or by name.
This application can be found here.
After the characters from the API have loaded onto the page enter a search value such as "Luke" or "Female" or "77" and the characters that have these strings at the beginning of any of their properties will load onto the screen. Those that don't will be filtered out.

