This is an image gallery search app built using Svelte and the Unsplash API. It allows users to search for images based on keywords and view the results in a gallery format.
Clone the repository:
git clone https://github.com/MrMDrX/Svelte-Image-Gallery.git
Install dependencies:
cd Svelte-Image-Gallery
pnpm install
Set up your Unsplash API access:
Start the development server:
pnpm run dev
Open your browser and navigate to http://localhost:5173
to view the app.
Contributions are welcome! Please create a new branch and submit a pull request for any new features or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.