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
- Host: GitHub
- URL: https://github.com/premshinde-2013/react-native-aura
- Owner: PremShinde-2013
- Created: 2024-04-30T16:53:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T15:16:21.000Z (about 2 years ago)
- Last Synced: 2025-09-06T22:41:08.859Z (11 months ago)
- Topics: expo, pixels, react-native, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.