Skip to content

React app displaying albums and photos from JSONplaceholder API

Notifications You must be signed in to change notification settings

Skona27/react-album-with-photos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-album-with-photos

SPA application built with React.js, displaying albums and photos from JSONplaceholder API.

Online: LIVE

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

NodeJS and NPM package manager

HTTP web server (e.g. 'serve')

Installing

A step by step series of examples that tell you how to get a production env running

Install all dependencies:

npm i

Build application in production mode:

npm run build

Run application and open the browser:

serve -s build

http://localhost:5000

Development

In order to get a development env running, please run command below:

npm start

TODO

  • Caching user info with session storage
  • Checking if album exists

Built With

  • React.js
  • Axios
  • PropTypes
  • CreateReactApp

Authors