Skip to content

klaatucarpenter/chat-app

Repository files navigation

Info

The purpose of this project is to create a responsive chat user interface (UI) with a layout that resembles the one presented on Dribbble.

Users respond after a random time interval between 1-2 seconds. All information, including the user's list and messages, is saved within one session. Data will be lost if the page is refreshed.

This is a Next.js project bootstrapped with create-next-app.

Live demo

Visit live demo.

Development

Getting started

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Code formatting and linter

Before committing, in the main directory run:

npx prettier --write .
npx eslint .

About

A responsive chat layout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published