https://github.com/majkeloess/weatherapp
A simple, user-friendly application providing real-time weather updates written in React
https://github.com/majkeloess/weatherapp
react reactapp reactjs weather weather-api weather-app
Last synced: 24 days ago
JSON representation
A simple, user-friendly application providing real-time weather updates written in React
- Host: GitHub
- URL: https://github.com/majkeloess/weatherapp
- Owner: majkeloess
- Created: 2024-01-31T16:59:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T22:52:32.000Z (over 2 years ago)
- Last Synced: 2025-01-11T07:15:10.007Z (over 1 year ago)
- Topics: react, reactapp, reactjs, weather, weather-api, weather-app
- Language: JavaScript
- Homepage: https://majkeloess.dev/weatherApp
- Size: 19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weatherApp
is a simple React web application developed in the Vite environment. The application utilizes the [Open Weather Map](https://openweathermap.org/) API, allowing users to check real-time weather conditions. It works well on both computers and mobile devices. The app is available in `English` and `Polish` languages
## Installation
You can install application locally via npm & vite, or watch how it works [HERE](https://majkeloess.dev/weatherApp).
```bash
git clone https://github.com/majkeloess/weatherApp && cd weatherApp && npm i && npm run dev
```
## Dependencies
- framer-motion: ^11.0.3, (Animations)
- react: ^18.2.0,
- react-dom: ^18.2.0
## Photos


## License
[MIT](https://choosealicense.com/licenses/mit/)