This is a prototype app. It implements the popular GIPHY API to allow users to search for GIFs.
- NodeJs v10.14.2 or higher.
- Google Chrome/Chromium as the web browser.
$ cd path-to-your-project
$ npm i
$
This project uses Jest and Enzyme to perform unit testing. Just run npm test
.
$ cd path-to-your-project
$ npm run test
$
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.
This project was bootstrapped with Create React App.
The search engine was powered by GIPHY.