/chat-app-react

Group messaging app built with React.js and Redux.

Primary LanguageJavaScript

React.js & Redux Chat App

This Project is built using mainly React.js and Redux.

Here are some key features:

  • Google user authentication.
  • Create new group chats and start chatting with others.
  • Real time updating of new messages.
  • All chat rooms, messages and user history linked to a Firebase database.

Deployed LIVE on https://react-chat-app-h.netlify.app/.

chat-app-react

Run the project locally

In the project directory, you can run:

npm install

Installs all the package dependencies.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.