Skip to content

miniproject-bigio/chat-fe

Repository files navigation

Chat Web Frontend

Introduction

A Mini Project from BIGIO.ID that interacts between the server and client using socket.io

This is dashboard chat dark mode.

Dark Mode

This is dashboard chat light mode.

Light Mode

Table of Contents

How to Run

npm install
npm run dev
# or
yarn install
yarn dev
# or
pnpm install
pnpm dev
# or
bun install
bun dev

Port http://localhost:3000 for the socket.io to interact with backend and frontend.

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

You can start editing the page by modifying /app/page.tsx. The page auto-updates as you edit the file.

Libraries

  • nextui
  • autoprefixer
  • clsx
  • eslint
  • framer-motion
  • next
  • next-theme
  • react
  • react-icons
  • react-query
  • socket.io-client
  • tailwindcss
  • typescript

Project Structure

├─app
│  ├───auth
│  │   ├───login
│  │   │   └───page.tsx
│  │   └───register
│  │   │   └───page.tsx
│  ├───dashboard
│  │   └───page.tsx
│  └──README.md
├───components
├───config
├───hooks
└───types

Contributors

rizkyhaksono

LICENSE

MIT LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published