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

https://github.com/premshinde-2013/react-native-aura

wallpaper react native app
https://github.com/premshinde-2013/react-native-aura

expo pixels react-native tailwindcss

Last synced: 3 months ago
JSON representation

wallpaper react native app

Awesome Lists containing this project

README

          

# Wallpaper Saga

Wallpaper Saga is a React Native application that allows users to browse and download high-quality wallpapers. Utilizing the Pexels API, users can explore a vast collection of stunning wallpapers and personalize their device screens with ease.
## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Technologies](#technologies)
- [APIs Used](#apis-used)
- [Contributing](#contributing)
- [License](#license)

## Features

- Browse high-quality wallpapers.
- Search wallpapers by keywords.
- Download and save wallpapers to your device.
- User-friendly and responsive design.

## Installation

To get started with Wallpaper Saga, follow these steps:

1. **Clone the repository:**

```sh
git clone https://github.com/yourusername/wallpaper-saga.git
cd wallpaper-saga
```

2. **Install dependencies:**

```sh
npm install
```

3. **Start the Expo development server:**

```sh
npx expo start
```
4. **Set up your environment variables:**

Create a `.env` file in the root directory and add your Pexels API key:

```sh
PEXELS_API_KEY=your_pexels_api_key
```

## Usage

Once the Expo development server is running, you can use the Expo Go app to scan the QR code and run the application on your mobile device.

- Browse the home screen to see featured wallpapers.
- Use the search functionality to find wallpapers by keywords.
- Download your favorite wallpapers directly to your device.

## Technologies

Wallpaper Saga is built with the following technologies:

- [React Native](https://reactnative.dev/) - A framework for building native apps using React.
- [Expo](https://expo.dev/) - A framework and platform for universal React applications.
- [Pexels API](https://www.pexels.com/api/) - API for accessing a vast collection of high-quality photos.
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for styling.

## APIs Used

- **Pexels API:** Provides access to a vast library of high-quality photos for wallpapers.

## Contributing

We welcome contributions to Wallpaper Saga! If you'd like to contribute, please follow these guidelines:

1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Commit your changes and push to your branch.
4. Open a pull request with a detailed description of your changes.