An open API service indexing awesome lists of open source software.

https://github.com/abhi3315/giphy-news-feed

Share thoughts using GIFs.
https://github.com/abhi3315/giphy-news-feed

giphy-api newsfeed react

Last synced: 4 months ago
JSON representation

Share thoughts using GIFs.

Awesome Lists containing this project

README

          

# Giphy News Feed

This is a small React Application which allow user to login through Google and let them share their thoughts using GIFs.

## Run the server locally.

- Clone the repo.
```
git clone https://github.com/abhi3315/giphy-news-feed.git
cd giphy-news-feed
```

- Add the Google Client ID and Giphy API key in `.env.development` file.

- Install development and run the the server.
```
npm i
npm run start
```