This is a react js project in which we have shown photo gallery using flicker API. There are a couple of features I have added like
- Search photo
- Sort by category
- Pagination
- Detail page
- Required: Nodejs + NPM
- Clone repository
npm install
(maybe you need use "sudo")npm start
- Go to browser: http://localhost:3000/
If you want to change user id for watch another gallery you have to go to file:
- client/data/config.js
npm test
If you have any problem with test, you need upload Nodejs to version 7 or:
- Install Vagrant via official website
- Install VirtualBox via official website
vagrant up
vagrant ssh
npm test