Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 722 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 722 Bytes

Weather Search App with Vue 3, Pinia, TailwindCSS and OpenWeatherMap API

Enter a US Zip Code to search for weather by city. Click the recently searched (clock) icon to view all your searches (stored locally with the help of Pinia state management)

Screen Shot 2022-10-01 at 3 02 30 PM

Screen Shot 2022-10-01 at 3 02 30 PM

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build