Skip to content

Pavel1Uvarov/react-chat

Repository files navigation

This is open-source react-chat project build with everything new in React.

Tech Stack

Features to be implemented

  • Authentication with Supabase
  • Send message with Supabase
  • Getting message in live with Supabase
  • Store with Zustand
  • Unit tests with Jest and React Testing Library
  • Using TypeScript

Running Locally

  1. Clone the repository
    git clone https://github.com/Pavel1Uvarov/react-chat.git
  2. Install dependencies using pnpm
    npm install
  3. Copy the .env.example to .env and update the variables.
    cp .env.example .env
  4. Start the development server
    npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published