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.
- Host: GitHub
- URL: https://github.com/bernadettmarsalik/weather-app-react
- Owner: bernadettmarsalik
- Created: 2024-01-28T10:37:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T18:40:26.000Z (over 2 years ago)
- Last Synced: 2025-10-14T03:12:38.719Z (9 months ago)
- Topics: api, app, bootstrap, geolocation, openweathermap, react, typescript, weather
- Language: TypeScript
- Homepage: https://bernadettmarsalik.github.io/weather-app-react/
- Size: 22.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).