CODING CHALLENGE
Implement a simple web app that allows one to browse the Imgur gallery using
● show gallery images in a grid of thumbnails;
● show image description in the thumbnail, top or bottom, (title and description shown);
● allow selecting the gallery section: hot , top , user ;
● allow including / excluding viral images from the result set;
● allow specifying window and sort parameters;
● when clicking an image in the gallery - show its details: big image, title, description, upvotes, downvotes and score.
App requirements:
● use React/ Redux, Vue.js ,Angular or other similar frameworks.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.