WeatherApp is a sleek and user-friendly application that provides real-time weather updates. Built with React Native, this app offers a beautiful interface and seamless performance across iOS and Android devices.
- Real-time weather updates
- Daily forecasts and weekly overviews
- Detailed meteorological data including temperature, humidity, and wind speed
- Interactive maps with weather conditions
- User-friendly interface with dynamic backgrounds that reflect current weather conditions
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before running the app, make sure you have the following installed:
- Node.js
- npm or Yarn
- React Native CLI
- Install dependencies
expo-cli@6.3.10
react-native-cli@2.0.1
and
@babel/core@7.24.4
@eslint/js@9.0.0
@expo/webpack-config@19.0.1
@react-native-community/eslint-config@3.2.0
@react-navigation/bottom-tabs@6.5.20
@react-navigation/native@6.1.17
eslint-plugin-react@7.34.1
eslint@8.57.0
expo-location@16.1.0
expo-status-bar@1.6.0
expo@49.0.23
globals@15.0.0
moment@2.30.1
prettier@3.2.5
punycode@2.3.1
react-dom@18.2.0
react-native-dotenv@3.4.11
react-native-safe-area-context@4.6.3
react-native-screens@3.22.1
react-native-web@0.19.10
react-native@0.72.10
react@18.2.0
- Clone the repo
git clone https://github.com/cyberdebb/WeatherApp.git
- Navigate to the project directory and install dependencies
cd WeatherApp
npm install
- Start the React Native server
npx react-native start
or
npm start