NiazMorshed2007 / shadcn-address-autocomplete

An address autocomplete component built with Google Places API and shadcn components.
https://shadcn-address-autocomplete.vercel.app/
227 stars 10 forks source link
address autocomplete shadcn-ui

Shadcn Address Autocomplete

An address autocomplete component built with Google Places API (new) and shadcn/ui components.

https://github.com/NiazMorshed2007/shadcn-address-autocomplete/assets/77217706/cfd645c5-b8a9-46cf-bbb1-dc83d86fe142

Note 📝 The live url uses mock data, you should take care of setting api keys properly for real uses.

Tech Stack

Running Locally

  1. Clone the repository

    git clone https://github.com/NiazMorshed2007/shadcn-address-autocomplete
  2. Install dependencies using pnpm

    pnpm install
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Start the development server

    pnpm run dev