Live chat application with React & Firebase - Firestore service.
Cloning the repository
git clone https://github.com/ghouljd/chatLive.git
Enter cloned directory and do npm install
cd chatLive/ && npm install --save
Note: You will need to create a Firestore project in Firebase and obtain the project keys for access from the application.
Copy your config parameters of firebase into the app/firebaseConfig.js file. If you don't have any idea of how to create this project, click here.
After your paste your configuration only run the application with npm start
npm start
And visit localhost:3000 in your browser. Any number of users can join whenever they are in the same LAN.
-
React - Javascript frontend library.
-
Redux - A predictable state container for JavaScript apps.
-
React-router - Collection of navigational components that compose declaratively with your application.
-
Styled-components - CSS-in-JS Library.