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

Social Network application for Web [client-side] (old repo 🚧)

Notifications You must be signed in to change notification settings

vvvvvvvector/social-network-client

Repository files navigation

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

About

Social Network application for Web [client-side] (old repo 🚧)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published