/react-gallery

This is a gallery application written by react

Primary LanguageJavaScript

Description

This is a gallery application written by react.

It uses create-react-app to build.

Online preview address https://dxx.github.io/react-gallery.

Project Structure

react-gallery/
  README.md
  package.json
  public/
    index.html
    favicon.ico
  src/
    components/
      gallery.css
      Gallery.js
      image-figure.css
      ImageFigure.js
      image-controller.css
      ImageController.js
    data/
      picture.json
    images/
      ...
    index.css
    index.js
    inverse.svg
    logo.svg

Available Scripts

In the project directory, you can run:

npm start

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.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
This app is ready to be deployed!