react-firebase-chat

screenshots

1.png 2.png

##Structure

├── build/
│   ├── index.html
│   └── style.css
├── src/
│   ├── components/
│   │  ├── chat.jsx
│   │  ├── chatInput.jsx
│   │  ├── chatMessage.jsx
│   │  ├── header.jsx
│   │  └── index.jsx
│   ├── config/
│   │  └── index.js
│   └── index.jsx
├── package.json
└── webpack.config.js

##Installation

  git@github.com:jersonbetin/react-firebase-chat.git
  $ cd react-firebase-chat
  $ npm install

##Technologies

  • webpack : webpack is a module bundler for modern JavaScript applications.

  • ReactJs: React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes..

  • npm: npm makes it easy for JavaScript developers to share and reuse code, and it makes it easy to update the code that you're sharing.

  • Firebase: Firebase is a mobile platform that allows you to quickly develop high-quality apps, increase your user base and earn more money. Firebase contains complementary functions that you can combine and adapt to your needs.

Development

  $ npm start