An open API service indexing awesome lists of open source software.

https://github.com/ahmed-roshdy-1/weather-app


https://github.com/ahmed-roshdy-1/weather-app

open-weather-api tailwind-css vue vue3 vuejs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Weather-App

## Search for a city and get its weather data and display it hourly temperature , 7 day forecast.

## Track the city by clicking on the "+" icon in the top right. This will save the city to view at a later time on the home page.

### If you no longer wish to track a city, simply select the city within the home page. At the bottom of the page, there will be am option to delete the city.

This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```