A Chat bot app
View App»
Project Planning board in Pivotal Tracker
UX Design on whimsical
UI/UX design on Figma
A simple chat bot app to demonstrate my understanding of react, socket io, firebase authetication, and Google Map API integrations.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g- yarn
npm install --global yarngit clone https://github.com/caleb-42/chat-app.gityarn installREACT_APP_NODE_ENV=development
PORT=3000
REACT_APP_API_KEY=<FIREBASE API KEY>
REACT_APP_AUTH_DOMAIN=<FIREBASE AUTH DOMAIN>
REACT_APP_PROJECT_ID=<FIREBASE PROJECT ID>
REACT_APP_STORAGE_BUCKET=<FIREBASE STORAGE BUCKET>
REACT_APP_MESSAGING_SENDER_ID=<FIREBASE MESSAGING SENDER ID>
REACT_APP_APP_ID=<FIREBASE APP ID>
REACT_APP_SOCKET_ENDPOINT=<FIREBASE SOCKET ENDPOINT>
REACT_APP_GOOGLE_API_KEY=<GOOGLE API KEY> // activate Geocoding API & Maps JavaScript APIyarn testTo get started, please refer to the Hosted App
Used the following free services
