https://github.com/utkarsh1504/weathy-digi
https://github.com/utkarsh1504/weathy-digi
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/utkarsh1504/weathy-digi
- Owner: Utkarsh1504
- Created: 2024-04-27T17:25:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T17:27:24.000Z (about 2 years ago)
- Last Synced: 2025-02-17T12:18:02.170Z (over 1 year ago)
- Language: JavaScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation and Setup
1. Clone the repository:
```bash
git clone https://github.com/Utkarsh1504/weathy-digi
```
2. Navigate to the project directory:
```bash
cd weathy-digi
```
3. Install dependencies:
```bash
npm install
```
4. Create an account on [WeatherAPI](https://www.weatherapi.com/) for weather data and obtain an API key.
5. Create a `.env` file in the root directory of the project and add your API key:
```
VITE_API_KEY=your-api-key
```
6. Start the development server:
```bash
npm run dev
```
7. Open the application in your browser:
```
http://localhost:5173
```
## Implemented Features:
- **Search Functionality**: Users can enter the name of a city to search for its current weather information.
- **Current Weather Details**: The application displays current weather details including temperature, humidity, and wind speed for the searched city.
- **Responsive Design**: The application is designed to be responsive and provides an optimal viewing experience across various devices and screen sizes.