Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 951 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 951 Bytes

The project was moved to the monorepo (Turborepo)

An open source application built using Next.js.

👉 Screenshots 👈

Features

  • Friends can send messages to each other and see each other’s online status in real time. In a chat, an authorized user can see when their friend is typing a message in real-time
  • Users can add other users as "friends". A friend request has 3 states: accepted, pending, rejected. A user can manage thier list of requests and friends
  • A user can select the app theme: light, dark, system

Running locally

  1. Install dependencies using npm:
npm i
  1. Copy .env.local.example to .env.local and update the variables.
cp .env.local.example .env.local
  1. Start the development server:
npm run dev