Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

44 lines (23 loc) · 1.24 KB

Whatsapp Clone Client

A full working React client for a WhatsApp clone written in latest versions of:

This project was made after trying to replicate the work of Youtube Tutorial As I was trying to implement according to the video I came across alot of command miscompatibility due to firebase recent upgrade MIU upgrade and react-router-dom upgrade.

After figuring out how to solve the compatibility issues I thought it would be a great practice for people trying to implement it themselves.

Running locally

Clone the project.

Open a new server using Firebase, Assign the firebase configuration correctly according to FB site.

Install dependencies:

npm install

Start the client:

npm start

Youtube Tutorial used to implement the project>