https://github.com/emrocode/weather-app
Application to view weather information
https://github.com/emrocode/weather-app
frontend openweathermap react tailwindcss weather weather-app
Last synced: 10 months ago
JSON representation
Application to view weather information
- Host: GitHub
- URL: https://github.com/emrocode/weather-app
- Owner: emrocode
- Created: 2022-10-09T13:32:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T15:47:43.000Z (over 1 year ago)
- Last Synced: 2025-02-25T22:15:51.820Z (12 months ago)
- Topics: frontend, openweathermap, react, tailwindcss, weather, weather-app
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Preview]
## Weather App
Application to view weather information
### Built with:
- [React]
- [Tailwindcss]
### Installation and setup
1. Clone this repo
```bash
gh repo clone emrocode/weather-app
```
2. Go to folder and install dependencies
```bash
npm install
```
3. Add .env file
```.env
# Replace with your personal API key obtained from https://openweathermap.org/api
VITE_API_KEY="YOUR_API_KEY_HERE"
```
4. Run
```bash
npm run dev
```
[Preview]:https://user-images.githubusercontent.com/92260849/194760552-ef0adf98-9c4c-4cc3-8398-3e13b901041b.png
[React]:https://react.dev/
[Tailwindcss]:https://tailwindcss.com/