A modern weather application built with React Native that provides real-time weather information with a clean, intuitive interface.
- Real-time weather updates
- Detailed hourly forecasts
- Precipitation forecasts
- Clean and responsive UI
- Custom weather display components
- Cross-platform support (iOS & Android)
- React Native
- Weather API Integration
- Custom UI Components
- React Native Navigation
- Custom Fonts
- Clone the repository
git clone https://github.com/AkuSenpai/indra-weather-app
- Install dependencies
npm install
# or
yarn install
- Start the development server
npx expo start
- Static files like images, fonts, and other media resources
- Reusable UI components organized by feature
- Each component may include:
- Component file (JSX/TSX)
- Styles
- Tests
- Constants, mock data, and other static data structures
- API integration
- Business logic
- External service connections
App.js
: Main application entry pointapp.json
: Expo configurationbabel.config.js
: JavaScript transpiler settingspackage.json
: Project metadata and dependencies
License This project is licensed under the MIT License - see the LICENSE file for details.
Contributing Contributions are welcome! Please feel free to submit a Pull Request.
Acknowledgments Weather data provided by OpenWeatherMap