React app that allows users to search for gifs using the giphy api.
Sevan Golnazarian – @Portfolio – sgolnaza@gmail.com
https://github.com/sevanbadal/github-link
- Fork it (https://github.com/sevanbadal/inbox-demo/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- React, ReactDOM
- Webpack 4
- Babel with es2015 and react presets
- Bootstrap (css only, loaded from a cdn in
index.html
) - work with
.js
or.jsx
files - main
application.scss
stylesheet is imported inindex.js
as a module to enjoy hot reloading