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

https://github.com/bernadettmarsalik/weather-app-react

A React app for showing current weather by using API and geolocation.
https://github.com/bernadettmarsalik/weather-app-react

api app bootstrap geolocation openweathermap react typescript weather

Last synced: 2 months ago
JSON representation

A React app for showing current weather by using API and geolocation.

Awesome Lists containing this project

README

          

# Current Weather App
This is a current weather app developed using React with Typescript, OpenWeatherMap API and styled with Bootstrap & CSS.

# Function
- This app can show the current weather including Celsius, wind speed and humidity
- It uses geolocation for showing current weather for user's location
- User can also search by city name for weather condition regionally

# Difficulties I had
- I have problems with getting user's geolocation in browser enabled but I could manage it successfully
- Refactoring the app from one component to be more ordered with individual components and util files

# Plans for the future to update this app
- I plan to update this app's search function with options for similar city names
- I would like to add weather forecast function in the future

Thank you for visiting my page and spending time to see my project! Have a nice day!

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).