Skip to content

This is a mobile app where users can find a likable wallpaper and download it to use as their phone's wallpapers. Since it uses react native, it can run on both android and ios.

Notifications You must be signed in to change notification settings

bhivgadearav/wallaper-mobile-app

Repository files navigation

Cross Platform Wallpaper App

This is a mobile app where users can find a likable wallpaper and download it to use as their phone's wallpapers. Since it uses react native, it can run on both android and ios.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/bhivgadearav/panels-clone.git
    cd panels-clone
  2. Install dependencies:

    npm install
  3. Start the project:

    For Android:

    npm run android

    For iOS:

    npm run ios

    For Web:

    npm run web

    For other options:

    npm start

Usage

To run the application locally, follow the installation steps above. You can use the commands to start the project on your preferred platform (Android, iOS, or Web).

Codebase Structure

  • app: Contains the main application components and screens. This folder often includes navigators, context providers, and other high-level components.
  • assets: Stores static assets like images, fonts, and other media files used in the application.
  • components: Includes reusable UI components that can be used across different parts of the application to maintain consistency and modularity.
  • constants: Contains constant values and configuration settings such as theme colors, API endpoints, or other static data.
  • hooks: Stores custom React hooks that encapsulate reusable logic which can be shared across different components.
  • scripts: Includes utility scripts for various tasks like project setup, maintenance, or automation.
  • end-app: Includes a video and images of the application while running.

Dependencies

The project relies on several dependencies, including but not limited to:

  • @expo/vector-icons
  • @react-navigation/native
  • expo
  • react
  • react-native
  • expo-router

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under the MIT License.

About

This is a mobile app where users can find a likable wallpaper and download it to use as their phone's wallpapers. Since it uses react native, it can run on both android and ios.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published