Weather App (React Native)

This project is a weather application developed using React Native. The application uses the weatherapi API to provide users with daily weather information.

Getting Started

To run the project on your local machine, follow the steps below.

Installation

  1. Clone the project:

    git clone https://github.com/ogulcancevik/weather-app-native.git
  2. Navigate to the project directory:

    cd weather-app-native
  3. Install the required packages:

    yarn

Running

You can start the application in the project directory using the following commands:

  • For Android:

    yarn android
  • For iOS:

    yarn ios
  • For Web:

    yarn web

Technologies Used

  • React Native
  • Expo
  • Axios
  • Day.js
  • NativeWind
  • React Query
  • Tailwind CSS
  • TypeScript

License

This project is licensed under the MIT License. For more information, see the LICENSE file.


This README file provides information on how to run the project and the technologies used. For more information about the project, please visit the GitHub Repository page.