Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumeetgodse/news-forum-firebase
This is a news forum app that uses Firebase Authentication services. It fetches articles from NY-Times API based on keyword entered.
https://github.com/sumeetgodse/news-forum-firebase
firebase-authentication netlify nytimes-apis react
Last synced: about 2 months ago
JSON representation
This is a news forum app that uses Firebase Authentication services. It fetches articles from NY-Times API based on keyword entered.
- Host: GitHub
- URL: https://github.com/sumeetgodse/news-forum-firebase
- Owner: sumeetgodse
- Created: 2021-05-04T09:03:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T13:22:32.000Z (3 months ago)
- Last Synced: 2024-11-16T13:35:02.108Z (3 months ago)
- Topics: firebase-authentication, netlify, nytimes-apis, react
- Language: JavaScript
- Homepage: https://news-forum-firebase.netlify.app/
- Size: 672 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## New Forum
### This is a news forum app that uses Firebase Authentication services. It fetches articles from NY-Times API based on keyword entered.
### Run locally -
- Clone this repo
- Run `yarn install`
- Run `yarn start`
- Create `.env.local` which contains your firebase keys#### App should now be running on `http://localhost:3000/`
#### Visit live app - https://news-forum-firebase.netlify.app/
![image](https://github.com/user-attachments/assets/c56470f1-ec33-4e6f-94b9-a27cca724ba9)