Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 1.3 KB

README.md

File metadata and controls

39 lines (37 loc) · 1.3 KB

Project description.

A simple Stack Chat app created with MERN Stack. It is an open-sourced side project available on my Github.

Features:

  • Authentication: Allows users to log in and register in the app.
  • Find Friends: Find all of the users that are not your friends and use this app.
  • Send Requests
  • Manage Friend Requests
  • Unfriend
  • Chat with each other

Tech Stack:

Frontend:

  • React
  • Typescript
  • Redux
  • Tailwind CSS
  • Axios
  • Socket IO Client

Backend:

  • MongoDB
  • Node/Express JS
  • Typescript
  • JWT
  • Bcrypt

Screenshots

Landing Page

landing page

Authentication

register

Dashboard

dashboard

Chat window

chat window

Notifications

notifications

Requests window

requests receive requests