React application that demonstrates fundamental React concepts including hooks, components, and one-way data flow. Features API integration and search functionality.

This project challenged me to understand the fundamentals of React, its hooks, reactivity, components and one way data flow. An api was connected through a URL, I understood how to use fetch api and the idea of a callback function, as well as chaining thenables. The searching algorithm included Javascript DOM accessing methods and passing arguments as properties.


