This is a sample app using React Hooks. It allows you to search for Rick and Morty characters from the Rick and Morty API.
If you just want to try the app go to https://rickfinder.netlify.com
If you want to use it on your local environment you can run:
npm start
It will run the app in development mode and it will open http://localhost:3000 in your browser.
This app was created for a React Hooks Course if you want to learn more about Hooks and create this app step by step then go here: React Hooks Course
Pull requests are welcome.