SPA application built with React.js, displaying albums and photos from JSONplaceholder API.
Online: LIVE
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
NodeJS and NPM package manager
HTTP web server (e.g. 'serve')
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
In order to get a development env running, please run command below:
npm start
- Caching user info with session storage
- Checking if album exists
- React.js
- Axios
- PropTypes
- CreateReactApp
- Jakub Skoneczny - Initial work - Portfolio