Explore the most recent images uploaded to Flickr worldwide.
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
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!
Jon Portella - Github - LinkedIn - Twitter
This project is licensed under the MIT License.