Skip to content

georginapuig/react-giphy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

react-giphy

Table of contents

General info

GIF search engine built with React and GIPHY API.

Technologies

Project is created with:

  • React, ReactDOM
  • Webpack 4
  • Babel with es2015 and react presets
  • Bootstrap (css only, loaded from a cdn in index.html)
  • Fontawesome
  • Giphy Api
  • work with .js or .jsx files
  • main application.scss stylesheet is imported in index.js as a module to enjoy hot reloading

Setup

yarn install

To start the local Webpack Dev Server (usually on port 8080):

yarn start

To lint all JavaScript files in the src folder:

yarn lint

To build and deploy your app to gh-pages branch on the GitHub repo:

yarn deploy