Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 665 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 665 Bytes

ChatTam - chat app

mockup of the app

Application used to chat live with your friends!

Check it out online: https://chattam.online/

Tech Stack

Frontend: React, Redux, TailwindCSS, FramerMotion

Backend: Firebase

Features

  • Creating account/using guest account
  • Uploading profile picture
  • Live chatting with other users
  • Creating new chat rooms

Run Locally

Clone the project

  git clone https://github.com/starzje/Chat-App

Go to the project directory

  cd Chat-App

Install dependencies

  npm install

Start the server

  npm run start