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.
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
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/project-name.git
-
Navigate to the project directory:
cd project-name
-
Install the dependencies:
npm install
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
This project is licensed under the MIT License. See the LICENSE file for more details.