An open API service indexing awesome lists of open source software.

https://github.com/xerxescoder/ariapik

Stock Image Fetcher
https://github.com/xerxescoder/ariapik

freepik freepik-api freepik-premium-downloader nextjs pixabay pixabay-api pixabay-javascript-api shadcn stock-image stock-images vercel

Last synced: about 1 month ago
JSON representation

Stock Image Fetcher

Awesome Lists containing this project

README

        

# Pixabay Stock Image Fetcher

This is an open-source [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). The application allows users to fetch and explore high-quality stock images from the [Pixabay API](https://pixabay.com/api/docs/).

## Live Demo

[Aria Pik](https://ariapik.vercel.app/)

## Features

- **Fetch Stock Images**: Seamlessly fetch and display stock images from Pixabay.
- **Search and Filter**: Search for images by keywords and filter by image type (e.g., photos, illustrations, vectors).
- **Responsive Design**: Built with a responsive layout to ensure a great experience on all devices.
- **Open Source**: Fully open-source, allowing developers to contribute and customize the project.

## Getting Started

### Prerequisites

- Node.js (v18 or later)
- A Pixabay API key (get it from [Pixabay API](https://pixabay.com/api/docs/))

### Installation

1. Clone the repository:
```bash
git clone https://github.com/XerxesCoder/ariapik.git
```
2. Navigate to the project directory:
```bash
cd ariapik
```
3. Install dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
4. Create a `.env.local` file in the root directory and add your Pixabay API key:
```env
NEXT_PUBLIC_PIXABAY_API_KEY=your_pixabay_api_key_here
```

### Running the Development Server

Start the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser to see the application in action.

## Contributing

We welcome contributions! If you'd like to contribute to this project, please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bugfix:
```bash
git checkout -b feature/your-feature-name
```
3. Commit your changes:
```bash
git commit -m "Add your feature or fix"
```
4. Push to the branch:
```bash
git push origin feature/your-feature-name
```
5. Open a pull request and describe your changes.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.

## Contact
Happy token creating! If you have any questions or feedback, please feel free to reach out.

- **Telegram**: [@xerxescoder](https://t.me/xerxescoder)
- **Telegram Channel**: [@xerxescodes](https://t.me/xerxescodes)
- **Email**: [[email protected]](mailto:[email protected])

## License

This project is open-source and available under the [MIT License](LICENSE).