Skip to content

Photo Browser is a simple ReactJS web app representing features that are fairly common in many real life web apps out there (i.e. fetching JSON formatted data from a REST API, presenting the data on a list and perhaps demonstrating some basic navigation in form of opening a details page describing single item in detail).

Notifications You must be signed in to change notification settings

ashi006/PhotoBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Photo Browser App

This project was created with Create React App.

Live Demo

https://photoframe-futurice.netlify.app

How to run this project

Follow the steps given below:

git clone

Firstly, clone this poject at your local machine using
git clone https://github.com/ashi006/PhotoBrowser.git

npm install

cd into the project's directory.
Run npm install command to install all the dependencies in packages.json file.

npm start

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

About

Photo Browser is a simple ReactJS web app representing features that are fairly common in many real life web apps out there (i.e. fetching JSON formatted data from a REST API, presenting the data on a list and perhaps demonstrating some basic navigation in form of opening a details page describing single item in detail).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published