This is a showcase react project, that allows you to search images from Unsplash.com and view them as separate blog posts.
Live Demo: https://react-image-gallery-build.glitch.me/
clone project
cd .. to the directory and
npm install
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
This project uses React, React Router, JavaScript (Class Components, Functional Components, PropTypes, ES6^...), CUSTOM CSS... This website allows you to search for images by keywords, you can click on each image to view it in its own section. You can also go to /fullscreen to open a FullScreen Slide Show. The website is adapted and has a version for PC, Tablet, and Mobile.
PC Preview
Mobile Preview
Created by Arthur – @ArtiDjeims
create-react-app : The following link has all the commands that can be used with create-react-app https://github.com/facebook/create-react-app
ReactJS : Refer to https://reactjs.org/ to understand the concepts of ReactJS