Code Monkey home page Code Monkey logo

flickr-lookup-p7's Introduction

Netlify Status

FLICKR-LOOKUP Gallery

Simple react app that looks up images base on what the user enters into the search bar. 3 categories are already defined 'Cats' 'Dogs' and 'Computers'. This app uses the Flickr API so you would need to sign up at flickr.com to get a free apiKey.

Project Structure

flickr-lookup-p7               # root folder
    ├── public                 # contains static files such as css and images
    ├── src                    # source directory where all the JS lives 
         ├── Components        # react components 
         ├── utils             # constains utility functions
         ├── App.js            # container react component
         ├── config.example.js # example config.js file. 
    ├── data.json              # contains data for protfolio
    ├── package.json          
    └── README.md

Flickr apiKey setup

Apply for a non-commercial API key @ https://www.flickr.com/services/apps/create/apply/ . once you get the key, setup a .env which should look like this file as blueprint:

REACT_APP_FLICKR_API_KEY=<API KEY Goes Here>

How to run

git clone <repo_link>
cd flickr-lookup-p7
npm install
npm start

LIVE DEMO: https://flickr-lookup.netlify.app/

flickr-lookup-p7's People

Contributors

rswaby avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.