Skip to content

Sample app that uses the Flickr API to create a photo slideshow based on a search query

Notifications You must be signed in to change notification settings

rmonzon/flickr-photos-slideshow

Repository files navigation

Flick Photo SlideShow

Project description

This is a very simple project built with React to play around with the Flickr API

Steps to run the project locally

Clone this repo on your machine

1. Installing dependencies

Make sure you have node installed, with a version greater than 7.0.0. I used yarn instead of npm but if you're not a fan a yarn yet, npm does the job as well.

Now run yarn or npm i in this repo to get your dependencies.

2. Serving the app

By default, you can run yarn start or npm start to run your app, I used Webpack dev server for building purposes. You'll notice this in package.json on the scripts section.

3. Running the tests

To run the tests you just need to run yarn test or npm run test

4. You're good to go!

By this step you should have the project running locally.

Important things to point out

Tools I used on this project:

I tried to be as simple as possible on this project, and there're a few improvements that can be made to make it even better:

  • Add the load more functionality when you scroll to the end of the first 100 image search results
  • Add some CSS animations to improve the experience when images are loading.
  • Add tests for actions and reducers

😉

About

Sample app that uses the Flickr API to create a photo slideshow based on a search query

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published