An image search webpage using Alpine, Tailwind, Vite and Pixabay Image API.
You can type any generic image name and search for the image
Clone or download the repo from:
$ git clone https://github.com/sushant-dasuri/alpine-tailwind-image-search.git
$ CD alpine-tailwind-image-search
Inside "alpine-tailwind-image-search" run
$ npm install
Start the local web server that watches our files for changes. It will open http://localhost:5173
$ npm run dev
Create a production-ready build by running the below command. It will create the "dist" folder on the root.
$ npm run build