Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Weather App

This app provides a user interface for displaying weather information but requires integration with a weather API to fetch real-time data. It's built using React Native, demonstrating the implementation of UI components and basic functionalities. Contributions are welcome to add the necessary weather API integration and make the app fully functional.

Features

  • UI Components: Implemented user interface elements for displaying weather information.
  • Basic Functionality: Initial setup for location detection and weather display.
  • Extendable: Designed to be extended with weather API integration for real-time data.

Getting Started

To get a local copy of the project up and running, follow these simple steps:

Prerequisites

  • Node.js (v14 or newer)
  • npm (v6 or newer)
  • React Native CLI

Installation

  1. Clone the repository:

  2. Navigate into the project directory:

    cd weather-app
  3. Install dependencies:

    npm install

Usage

To start the development server and run the app on your connected Android device or emulator, use the following command:

npx react-native run-android

Build

To build the APK for release, run:

cd android && ./gradlew assembleRelease

The generated APK can be found at android/app/build/outputs/apk/release/app-release.apk.

Contributing

Contributions are welcome! If you'd like to contribute to this project by integrating a weather API, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/weather-api)
  3. Integrate a weather API of your choice
  4. Test the integration thoroughly
  5. Commit your changes (git commit -am 'Integrate weather API')
  6. Push to the branch (git push origin feature/weather-api)
  7. Create a new Pull Request

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages