An address autocomplete component built with Google Places API (new) and shadcn/ui components.
Note 📝 The live url uses mock data, you should take care of setting api keys properly for real uses.
Clone the repository
git clone https://github.com/NiazMorshed2007/shadcn-address-autocomplete
Install dependencies using pnpm
pnpm install
Copy the .env.example
to .env
and update the variables.
cp .env.example .env
Start the development server
pnpm run dev