Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.08 KB

Telegram Clone - React & Redux

Google Authentication

Telegram Clone Login

Login

Telegram Clone Home

Home

Tech Used:

  1. Create React Redux App -- for creating the Template of the Project.
  2. Firebase -- For Realtime Database and Deployment of the Project.
  3. material-ui -- For Some PreBuilt Components and Icons.
  4. redux-toolkit - Redux is generally used for state management.
  5. node-sass - node-sass natively compiles .scss files to css files
  6. react-flip-move - This animates the messages.
  7. moment - moment is js library for manipulating, and formatting dates.

Installation

npm install

Update Firebase Config File with your Firebase Config

Start The App

npm start

Build The Project

npm run build