React Pokemon sort & filter

Hey everyone,

So I am in the process of trying to learn React and I built a project that gives a list of pokemon with the option to sort and filter based on the pokemon’s attributes.

Here is the github repo where you can see all the code:

I have also used material-ui to style it

I have kind of winged it with my approach. Everything seems to work as I would like it to but I would love to get feedback on whether my approach is best practice for this sort of thing?

Big thank you to anyone who takes the time to review this

Thanks!