/react-gif-search

Simple React-Redux Application for searching gifs

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

React-Redux Simple Gif Search

Included Libraries

  • react-router
  • redux
  • redux-thunk
  • superagent
  • firebase

Getting Started

You can customize app with your firebase configurations

Familiar with Git?

Checkout this repo, install dependencies, then start the gulp process with the following:

> git clone https://github.com/hmmeral/react-gif-search.git
> cd react-gif-search
> yarn install
> yarn start

Not Familiar with Git?

Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

> yarn install
> yarn start