Skip to content

Latest commit

Β 

History

History
89 lines (61 loc) Β· 1.73 KB

File metadata and controls

89 lines (61 loc) Β· 1.73 KB

πŸ—» Weather App

Application created for weather consultation using the Open Weather Map api.

screenshot

πŸ—’οΈ Index

πŸš€ Technologies

  • πŸ”© React
  • πŸ’‘ TypeScript
  • ⚑ Vite
  • 🌈 Tailwind CSS
  • πŸ”₯ OpenWeatherMap

✨ Features

  • πŸ”Ž Browse weather by city
  • πŸ“± Responsiveness
  • πŸ‘οΈβ€πŸ—¨οΈ Animated icon

πŸ“‘ Environment

πŸ“ Create environment variables .env file and add the key VITE_API_KEY and the value from your api key

VITE_API_KEY=your_key

πŸ“¦ Install

πŸ“ Install the dependencies and start the project

yarn install
yarn run dev

πŸ”¨ Build

πŸ“ Build the application for production

yarn run build

πŸ” Preview

πŸ“ Preview the build

yarn run preview

⭐ Credits

πŸ”— Links

πŸ“ License

This project is under the MIT license. See the LICENSE file for more details.