Skip to content

santychuy/zoom-clone-example

Repository files navigation

Santychuy Zoom Clone Example

This project is inspired by JavaScript Mastery channel on YouTube. The project project is greatly inspired by the teachings and tutorials provided in the video tutorial.

Introduction

The primary goal of this project is to implement the core functionality of a video-audio app using the latest features of Next.js and third parties.

example-zoom-santychuy.mp4

Third Parties

Installation

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/project-name.git
  2. Navigate to the project directory:

    cd project-name
  3. Install the dependencies:

    npm install

Usage

First need to fill the environment variables from the .env.example on a .env.local file on the root of the project to run correctly the project

To start the development server, run:

npm dev

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Releases

No releases published

Packages

No packages published