This is a Weather App. The application allows users to search for the weather of a particular place and displays relevant information such as temperature, humidity, wind speed and weather conditions. If requested by the user, it detects the current location and shows the current weather information.
Vue 3 with/ Composition API + Pinia + Weather API + Axios + Tailwind CSS + Vite
Clone the project
git clone https://github.com/Wiazeph/Weather-App.git
Go to the project directory
cd Weather-App
Install dependencies
npm install
Start the server
npm run dev
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).