Skip to content

IslemMedjahdi/whatsapp-v2-clone

Repository files navigation

Whatsapp-v2-clone

Live Preview :

whatsapp v1 clone

Screenshot-31

Built with:

- ReactJs Typescript
- TailwindCss
- Framer Motion
- Firebase

Make sure you have:

- Git
- Nodejs version 14 or higher (we recommend using nvm)
- yarn ( or npm )

Run it localy:

- Open terminal and clone the repo : 
	git clone https://github.com/IslemMedjahdi/whatsapp-v2-clone/
- then : 
	yarn install
- then : 
	  create a .env file in the root folder then put your firebase configuration ( check firebase documentation to get started )
		REACT_APP_FIREBASE_API_KEY = 
		REACT_APP_FIREBASE_AUTH_DOMAIN = 
		REACT_APP_FIREBASE_PROJECT_ID = 
		REACT_APP_FIREBASE_STORAGE_BUCKET = 
		REACT_APP_FIREBASE_MESSAGING_SENDER_ID  = 
		REACT_APP_FIREBASE_APP_ID  = 
- then : 
	  yarn start