Skip to content

OreliaSk/Reactjs-chatbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatBox app (using Reactjs)

This app will allow you to chat with your friends. Test it ! For running the app, make sure you have npm, yarn and node.js installed. (App in progress)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Use those commands to generate node-modules &co (using create-react-app).

$ npm install -g create-react-app
$ create-react-app chatbox-app
$ cd chatbox-app
# npm
$ npm start

# yarn
$ yarn start 

When your folder is created, you can replace what is inside puclic/ and src/ by what is on this github

For react-router-dom :

$ npm install --save react-router-dom

For Firebase :

# npm
$ npm install --save re-base
 
# yarn
$ yarn add re-base

For react-transition-group :

# npm
$ npm install react-transition-group@1.x --save

# yarn
$ yarn add react-transition-group@1.x

What I used to build this app :

Author

  • Orélia Sokambi - Initial work