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 url, I understood how fetch api works, the idea of a callback function and chaining thenables. The searching algorithm included Javascript DOM accessing methods and passing arguments as properties.