Photo Explorer

Getting Started

First, install the required node modules:

npm install

Then run either of the following to start your development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the web application running.

About

A simple application that makes use of the Unsplash API to display images in a grid for n number of seconds, then rearranges the items in the grid. It is the job of the user of the application to rearrange the images in the order that they were in the beginning, thus testing their photographic memory capabilities.