Skip to content

This project is an application that displays weather data, search & save to favorite

Notifications You must be signed in to change notification settings

fadhildwia/weather

Repository files navigation

Weather Apps

This project is an application that displays weather data, search & save to favorite



Detail Apps on Android

WeatherApp

📱 Features

  • Icons change according to weather
  • Weather API consumption
  • User location retrieval
  • Refresh data button
  • City search
  • Favorite List

🚀 Technologies & Resources

💻 Installation

  1. Clone the repository:

    git clone https://github.com/fadhildwia/weather.git
  2. Navigate to the project directory:

    cd weather
  3. Install the dependencies:

    yarn
    #or
    npm install
  4. Make a copy of .env.example to .env:

    # Put your Weather API credential in .env file
    cp .env.example .env
  5. Run the project:

    yarn android
    #or
    npm run android

Feel free to explore the code and adapt it to suit your needs! If you encounter any issues or have suggestions for improvements, please don't hesitate to open an issue or submit a pull request.