Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T22:52:32.000Z (12 months ago)
- Last Synced: 2024-11-12T09:42:29.089Z (3 months 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
![image](https://github.com/majkeloess/weatherApp/assets/118011581/61f2df8c-270d-4d62-b8db-c7bbba481495)
![image](https://github.com/majkeloess/weatherApp/assets/118011581/d251a84d-5565-4003-ad3f-6c493fe27906)## License
[MIT](https://choosealicense.com/licenses/mit/)