Skip to content

Live chat application with React & Firebase - Firestore service.

License

Notifications You must be signed in to change notification settings

ghouljd/chatLive

Repository files navigation

Live chat

Live chat application with React & Firebase - Firestore service.

Prerequisites

Installing

Cloning the repository


git clone https://github.com/ghouljd/chatLive.git

Enter cloned directory and do npm install


cd chatLive/ && npm install --save

Using

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.

Built tools

  • 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.

Boosted by

React-Boilerplate

Made by

Jesus Escalante

About

Live chat application with React & Firebase - Firestore service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published