This is a simple weather application that allows users to check the current weather conditions for a specific city and user can save city for easy access. It uses the OpenWeatherAPI to fetch weather data.
- Display current weather conditions including temperature, humidity, and more.
- Dynamic icons based on weather conditions.
- Search for weather information by entering the city name.
- responsive for all resolution
To get started with this project, follow these steps:
Installation:
- clone this repo
- npm install
- npm start or npm run dev
Docker Compose:
- docker-compose up
- Enter a city name in the input field.
- Click desired city suggestion to fetch and display the current weather conditions.
- Vue.js
- Node.js
- Mongodb
- TailwindCSS
- Axios for API requests
- FontAwesome and Weather Icons from react-icons
- ...
Contributions are welcome! If you find any issues or want to add new features, please create an issue or submit a pull request.