This application is written in JavaScript using the React library to do an API call to Giphy using Axios.
In terminal type:
- git clone https://github.com/philip-putnam/React-API-Gif
- cd react_beginning
- npm install
- npm run start
- navigate to 'localhost:3000' without quotes in supported web browser of your choice.
- Node Packet Manager (NPM)
- Babel
- Webpack
- React (JavaScript)
- HTML, CSS
- create-react-app
The style sheet was downloaded from Treehouse, all credits go to them a good set of videos!
Treehouse: https://www.teamtreehouse.com
Giphy: https://giphy.com/
Axios: https://github.com/mzabriskie/axios
create-react-app: https://github.com/facebookincubator/create-react-app