Skip to content

sebastian-lob/image-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-gallery

Overview

Browse through the page, find the photo you like the most and share it with your friends.

See the Live Website.

Sections

  • Grid view

    In this section you will be able to see the photos in an attractive fully responsive design, paged with up to 10 photos.

  • Photo view

    In this section you will see the details of the selected picture. They include the name of the author, the camera used and the hashtags associated with the picture. You can zoom in on it, and rotating it according to your convenience. If you like the picture, you can easily copy the URL to share it with your friends.

Project setup and installation

The project requires NPM to run it locally. Once it's downloaded, it's time to install the project dependencies:

npm install

To run it locally with hot-reloads:

npm run serve

Compiles and minifies for production (if you want to serve the project in a production environment):

npm run build

The project uses Jest for unit testing and Cypress to end-to-end testing:

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published