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

https://github.com/nayanrdeveloper/hd_wallpaper_react_native

I have create HD Wallpaper app uisng React Native
https://github.com/nayanrdeveloper/hd_wallpaper_react_native

nativewind react-native react-native-navigation redux redux-toolkit rtk-query

Last synced: 7 months ago
JSON representation

I have create HD Wallpaper app uisng React Native

Awesome Lists containing this project

README

          

# HD Wallpaper (Mobile Android App)

## Demo Video

[Click Me for live preview](https://youtu.be/bYxeCghPn20)

## Technology

- [React Native](https://reactnative.dev/)
- [NativeWind](https://www.nativewind.dev/)
- [React Navigation](https://reactnavigation.org/)
- [TailwindCss](https://tailwindcss.com/)
- [Redux Toolkit](https://redux-toolkit.js.org/)

### Prerequisites

- [nodejs](https://nodejs.org/en/download/) for install require package with npm
- [androidStudio](https://developer.android.com/studio) require Android SDK and Virtual Mobile (if required)

```bash
npx create-expo-app app_name
```

#### How to use

Clone GitHub Project on your PC

```bash
git clone git@github.com:nayanrdeveloper/hd_wallpaper_react_native.git
```

```bash
npm install
```

```bash
npx expo start
```

### Screenshots

Log In

![Log In](screenshots/log_in_1.jpeg)

User Registration

![User Registration](screenshots/register_user_2.jpeg)

OTP Verification

![OTP Verification](screenshots/otp_verification_3.jpeg)

Image Category

![Image Category](screenshots/image_category_4.jpeg)

Images

![Images](screenshots/images_5.jpeg)

Image Details

![Image Details](screenshots/image_details_6.jpeg)

User Profile Settings

![User Profile Settings](screenshots/user_profile_7.jpeg)

Image Upload

![Image Upload](screenshots/image_upload_8.jpeg)