An open API service indexing awesome lists of open source software.

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.

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.