Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.02 KB

File metadata and controls

46 lines (29 loc) · 1.02 KB

Google Meet Clone

A frontend web application replicating the core interface of Google Meet, built with Vite, React, and Tailwind CSS.

Features

  • Responsive Design: Ensures optimal viewing across various devices.
  • Modern UI Components: Utilizes Tailwind CSS for sleek and consistent styling.

Demo

Experience the application live: Google Meet Clone Demo

Getting Started

Follow these steps to set up the project locally.

Prerequisites

  • Node.js (version 14.x or higher)
  • npm (version 6.x or higher)

Technologies Used

  • Frontend: React
  • Styling: Tailwind CSS
  • Build Tool: Vite

Installation

  1. Clone the Repository:

    git clone https://github.com/devdasamale/google-meet-clone.git
    cd google-meet-clone
    
  2. Install Dependencies:

    npm install
  3. Start the Development Server:

    npm run dev
    

Acknowledgments

  • Inspired by Google Meet.