Simple image gallery application build with React. This example just cover Retrieve action (no create, update, delete action yet).
For automatic configuration, this project build with create-react-app.
UI component use Material UI.
All sample API from JSONPlaceholder.
https://marselsampe.github.io/react-image-gallery-example
npm install
npm start
Main
Header
Navigation
Content
Photo
Happy coding ^^