ZT-Contact-App

This is a React application built with Vite.

Demo

Demo

Deployed Link

https://contact.ztmain.com

Getting Started

Follow the steps below to run the React app locally.

Prerequisites

Before running the app, make sure you have the following installed:

Steps to try this project on your local

  1. Clone the repository:

    git clone <repository-url>
    
  2. Install all packages:

    npm install
    
  3. Get your google maps api for displaying the map with this application:

    See guide in .env.example file

  4. Spin up this project locally:

    npm run dev