Skip to content

This is a prototype app. It implements the popular GIPHY API to allow users to search for GIFs.

Notifications You must be signed in to change notification settings

andrese03/react-gif-browsing-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIF Browsing App 😏

This is a prototype app. It implements the popular GIPHY API to allow users to search for GIFs.

Requirements

  • NodeJs v10.14.2 or higher.
  • Google Chrome/Chromium as the web browser.

Installation

$ cd path-to-your-project
$ npm i
$

Testing

This project uses Jest and Enzyme to perform unit testing. Just run npm test.

$ cd path-to-your-project
$ npm run test
$

Build

If you want to build the project just run npm run build.
It correctly bundles React in production mode and optimizes the build for the best performance.

$ cd path-to-your-project
$ npm run build
$ 

As this project is using the modern build setup tool create-react-app you can go to their documentation for more information.

One more important thing

This project was bootstrapped with Create React App.
The search engine was powered by GIPHY.

About

This is a prototype app. It implements the popular GIPHY API to allow users to search for GIFs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages