Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Seundede committed Aug 11, 2022
1 parent 5dedec7 commit 2c83b43
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,67 @@

YouChat is a chat appication that makes it easy to communicate with people anywhere in the world by sending and receiving messages in real time. It is built with react, react router and firebase.

# [Link](https://chat-react-ap.netlify.app/)

## Technology stack

- React
- Firebase
- Netlify (deployment)

## Dependencies

1. React moment (date formatter)
3. React router (routing)

## 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

The following software is required to be installed on your system:
- Node
- Npm

Type the following commands in the terminal to verify your node and npm versions
```bash
npm -v
node -v
```
1. Clone the repo

```bash
git clone https://github.com/Seundede/chat-application.git
cd chat application
```
2. Install the dependencies

```bash
npm install
```
3. Create a new firebase project on firebase.com

4. Create a firebase.js and update your firebase configuration

```bash
const firebaseConfig = {
apiKey:
authDomain:
databaseURL:
projectId:
storageBucket:
messagingSenderId:
appId:
};
```
5. Start the development server

```bash
npm start

```

6. This will open the website in your browser on http://localhost:3000



0 comments on commit 2c83b43

Please sign in to comment.