Skip to content

jportella93/flickr-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flickr gallery

Explore the most recent images uploaded to Flickr worldwide.

👉 Flickr gallery

Getting started

1. Go to the server and follow the getting started. Once you've got it running come back here.

2. Clone the repo

$ git clone https://github.com/jportella93/flickr-gallery.git
$ cd flickr-gallery

3. Install dependencies:

$ yarn install

or

$ npm i

4. Go to /src/config/api.config.js and make sure that line 1 (dev) is active and line 2 (prod) is commented out.

5. Start the server

$ yarn start

or

$ npm start

Built with

  • React - Front end library for building user interfaces

  • Redux - Centralized state manager for React.

Contributing

Any contribution is welcome! UI improvements, features... you name it! Just fork the repository and go nuts, then submit a pull request pointing to this repo.

Some ideas that come to mind:

  • Responsiveness: Make more mobile friendly.
  • Feature: filter out dirty images.
  • Feature: filter images by topic or category.

... or any other idea!

Author

Jon Portella - Github - LinkedIn - Twitter

License

This project is licensed under the MIT License.