/GifBox

A web application built with the Giphy API

Primary LanguageJavaScript

Gif Box

A Front end web application built with React and the Giphy API

Check it out!

  1. Fork this repository (Click the fork button at the top of the page).
  2. Clone the fork to your local machine.
git clone https://github.com/${your_username}/GifBox
  1. Install the npm dependencies from your local copy path
npm install
  1. Get an API key from Giphy
https://developers.giphy.com/docs/sdk/
  1. replace the filler text in /config/keys.js with your api key
module.exports = {
    key: 'Your key here'
}
  1. Save the file, and run the application
> npm run dev

Any comments, questions, or bugs, don't be afraid to let me know!