In this project, I used API of Breaking Bad characters and using React displayed it on my webpage. This is a single page application with images of the character.
- Integrating API in React using async, await and axios library.
- How to implement filter in Web App.
- Hovering Effect : On card hover, it will display information about the character.
- Search filter : When user tries to search ay chrcter in the input box, it will filter the character on the character typed in search box.