# Rain Check ## Description RainCheck is a user-friendly mobile app that keeps you informed about real-time weather conditions. Wondering if it’s raining outside? Just open RainCheck! Our intuitive interface provides accurate rain forecasts, so you’ll know whether to water your plants or not. Stay prepared and stay dry with RainCheck! ## Features - Can check rain for the whole day - Automatically gets your location for weather - It tells probability and amount of rain for the day - Very easy to use ### Prerequisites - Node.js installed on your machine. - Expo CLI installed globally. You can install it using npm: ```bash npm install -g expo-cli ``` ### Installation 1. Clone the repository: ```bash git clone https://github.com/pranoov/Rain-Check.git ``` 2. Navigate to the project directory: ```bash cd Rain-Check ``` 3. Install the dependencies: ```bash npm install ``` 4. Start the development server: ```bash expo start ``` 5. Scan the QR code with your Expo Go app on your mobile device to preview the app. ## Usage 1. Open the app and enter your name. 2. Click on the button to allow location access. 3. The app will fetch the weather data based on your location and show you if it is going to rain. ## Acknowledgments - Thanks to [Open Meteo](https://open-meteo.com/) for providing the weather data API.