https://github.com/ndekocode/weather-mobile-app
A mobile weather application developed with React Native to give you an in-depth understanding of how this framework works.
https://github.com/ndekocode/weather-mobile-app
Last synced: 11 months ago
JSON representation
A mobile weather application developed with React Native to give you an in-depth understanding of how this framework works.
- Host: GitHub
- URL: https://github.com/ndekocode/weather-mobile-app
- Owner: NdekoCode
- Created: 2024-03-31T08:44:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T14:05:48.000Z (about 2 years ago)
- Last Synced: 2024-04-14T00:29:34.085Z (about 2 years ago)
- Language: JavaScript
- Size: 966 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeatherApp
A mobile weather application developed with React Native to learn in depth how this framework works.
## Description
This application was created to deepen my knowledge of React Native and to train me in the creation of cross-platform mobile applications. It uses a weather API to retrieve current weather data and forecasts for any city in the world.
## Features
- Auto-complete city search
- Current weather display (temperature, weather icon, description)
- Weather forecast for the next 7 days
- Temperature unit management (Celsius/Fahrenheit)
## Technologies used
- React Native
- Expo
- OpenWeatherMap API (or other weather API)
- React Navigation
- Redux (optional for state management)
## Learning objectives
- Understand how React Native works
- Working with React Native components
- Use a REST API and make HTTP requests
- Manage navigation in a mobile application
- Apply responsive designs with React Native
- Potentially using Redux for state management
## Resources
API_URL=
API_CITY =
Exemple:
1.
2.