Skip to content

salman-aziz-4425/scalable-chat-app-frontend

Repository files navigation

Chat Application

Preview

image

Installation

1. Clone the repository to a directory on your pc via command prompt:

git clone https://github.com/salman-aziz-4425/Chat-application-FE.git

2. Open the folder:

cd client

3. Install dependencies:

npm install

4. Start the development server:

npm run dev

5. Go to localhost and start playing around!

Tech stack

NextJS - React Framework for the Web

TailwindCSS - Utility-first CSS framework

Shadcn Ui - Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

Zustand - A small, fast, and scalable bearbones state management solution. Zustand has a comfy API based on hooks. It isn't boilerplatey or opinionated, but has enough convention to be explicit and flux-like.