GIPSY is a web application that employs React.js, Redux, and Firebase in order to provide a beautiful and seamless interface
for users to search for GIFs, view trending GIFs and add GIFs to their Favorites. This application sends requests to the GIPHY API,
and utilizes the API's /search endpoint to search for users' queries.
This application was developed using create-react-app 1.5.2.
This project was bootstrapped with Create React App.
The repository contains the following components:
| Directory | Description |
|---|---|
| components | Contains React.js components relating to UI, Navigation, Requests, Logos... |
| hoc | Contains higher order components |
| store | Includes actions and reducers necessary for mapping state to props and dispatch to props |
| assets | Contains logos and images used throughout the application |
and then in the project directory, you can run:
npm start
Starting the development server...
Compiled successfully!
You can now view gipsy in the browser.
Local: http://localhost:3000/
On Your Network: http://192.168.56.1:3000/
Note that the development build is not optimized.
To create a production build, use npm run build.
This project was created by:
Afa Madza: https://github.com/AfaMadza
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.

