Skip to content

Bihan001/discuss-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discuss Chat PWA

Author: Bihan Chakraborty

Steps to get started:

1. Clone the repository.
2. Run npm install in the command line from the root directory.
3. Create a .env file in the root directory and add the following environment variables with corrosponding values:
    REACT_APP_FIREBASE_API_KEY
    REACT_APP_FIREBASE_AUTH_DOMAIN
    REACT_APP_FIREBASE_DATABASE_URL
    REACT_APP_FIREBASE_PROJECT_ID
    REACT_APP_FIREBASE_STORAGE_BUCKET
    REACT_APP_FIREBASE_MESSAGING_SENDER_ID
    REACT_APP_FIREBASE_APP_ID
    REACT_APP_FIREBASE_MEASUREMENT_ID
4. Run npm start in the command line from the root directory to start the project in http://localhost:3000.

About

Chat application built using react and firebase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published