Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patryk-penczek/weather-app
A weather app built in React that provides you with accurate and up-to-date weather information, powered by OpenWeather API
https://github.com/patryk-penczek/weather-app
css html javascript openweatherapi react tailwindcss vite weather
Last synced: about 2 months ago
JSON representation
A weather app built in React that provides you with accurate and up-to-date weather information, powered by OpenWeather API
- Host: GitHub
- URL: https://github.com/patryk-penczek/weather-app
- Owner: patryk-penczek
- License: isc
- Created: 2023-01-22T19:16:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T07:06:32.000Z (over 1 year ago)
- Last Synced: 2023-08-19T08:24:31.454Z (over 1 year ago)
- Topics: css, html, javascript, openweatherapi, react, tailwindcss, vite, weather
- Language: JavaScript
- Homepage: https://weather.patrykpenczek.pl
- Size: 474 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Weather App
A weather app that provides you with accurate and up-to-date weather information, powered by OpenWeather API.
## Features
- Easy-to-use interface
- Detailed weather forecasts
- Powered by OpenWeather API for reliable and accurate weather data## Getting Started
You can either run the project locally on your machine or simply visit the live version of the app:
https://weather.patrykpenczek.pl
### Local Installation (Optional)
If you want to run the project locally on your machine, you will need:
- A web browser
- An internet connection
- Node.js
- Yarn or npmTo install the project locally, follow these steps:
1. Clone the repository: `git clone https://github.com/patryk-penczek/weather-app.git`
2. Navigate to the project directory: `cd weather-app`
3. Install the dependencies: `yarn install` or `npm install`
4. Start the development server: `yarn start` or `npm start`
5. Open your browser and visit `http://localhost:3000` to view the app## Built With
- HTML
- CSS
- Tailwind CSS
- JavaScript
- React
- Vite
- OpenWeather API## Author
[Patryk Penczek](https://github.com/patryk-penczek)
## License
This project is licensed under the ISC license.