Skip to content

brucean52/photo-gallery

Repository files navigation

Photo Gallery

Description

A photo gallery app using React, Material UI v5, React Router v6, and the Google Vision API JSON payload. Cleaned up, updated, and simplified to exist as a static site. Enjoy!

Alt text Alt text Alt text Alt text

Installation and Setup

In the project directory, you can run:

npm install

Installs the necessary modules to run the application.

npm start or npm run dev

Runs the app in development mode. Open http://localhost:3000/ to view it in your browser.

npm test

Runs the applications tests. Test code was wrtten using React Testing Library.

References