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
.
Visit live demo.
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Before committing, in the main directory run:
npx prettier --write .
npx eslint .