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.
- Host: GitHub
- URL: https://github.com/abhi3315/giphy-news-feed
- Owner: abhi3315
- Created: 2022-02-05T19:13:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T06:54:06.000Z (over 3 years ago)
- Last Synced: 2025-02-28T06:28:54.423Z (8 months ago)
- Topics: giphy-api, newsfeed, react
- Language: JavaScript
- Homepage: https://abhi3315-giphy-feed.herokuapp.com
- Size: 748 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```