/giphy-browser

A simple react application for browsing gifs from https://giphy.com

Primary LanguageJavaScript

Getting Started with Create React App

This project was bootstrapped with Create React App.

How to Run It

In the project directory, you can run:

cp .env.example .env

Copies the .env.example file content into a new file called .env, in which you should insert your giphy API Key.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.