tohesala / photobrowser

A simple photo browsing app. Built with ReactJS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photo Browser

About the app

The project was bootstrapped with Create React App CLI tool.

Running the app locally

To run the app locally, you need to clone the repo and then run the following commands.

$ cd [PROJECT DIRECTORY]
$ npm install
$ npm start

This installs the deps and starts the dev server. The app is now accessible at http://localhost:3000/.

Live app

The app is also accessible on Heroku.

Features

  • When you are viewing a photo's details, you can move to previous/next photo with the arrow (left/right) keys, and exit the details view with the Escape key.

About

A simple photo browsing app. Built with ReactJS.


Languages

Language:JavaScript 83.5%Language:CSS 8.5%Language:HTML 8.0%