quotes-react-app

This app collects quotes and allows to comment on those quotes!


It uses React, React-dom & React-Router-dom v5


For this app to work you need to do the following things:
1. Clone it
2. npm install
3. Get a Firebase Realtime Database
After which you need to configure your FB_URL, so:
Add a .env file at the root of you project.
Add the following line to it:
REACT_APP_FB_URL=YOUR FIREBASE REALTIME DATABASE URL
no Apostrophes needed!
Your app should now function.
Note that file: src >lib > api.js,
Has your firebase URL call at line 1:
const FB_URL = process.env.REACT_APP_FB_URL;