This project was bootstrapped with Create React App.
git clone https://github.com/lu4ezar/search_view
cd search_view
npm install
npm run
This app consists of 2 parts:
- Part 1 (direct links to app parts are temporarily unavailable)
Search for Rick and Morty characters by number Id (up to 493) using graphql endpoint.
View result in simple Card component.
- Part 2
Enter Url to an image and enjoy your own little Gallery (3 picture in a row). For convenience, there is TestImages component with some hard-coded links to Splash images library. Double-click on button with image number to auto submit that image, or click just one time and submit link on your own. Also, you can click on image in Gallery to view it full-sized in newly opened tab.