This project is a simple weather application built using React and Vite, showcasing the use of APIs for fetching weather data.
To get started, follow these steps:
-
Clone the repository:
-
Navigate to the project directory:
-
Install dependencies:
npm install
- Start the development server:
npm run dev
- Convert city name to latitude and longitude from (https://open-meteo.com/)
- Fetch weather data using a public API from (https://open-meteo.com/)
- Display current weather conditions, temperature, and hourly forecast
- Allow users to search for a city and view its weather information
- Allow users to create a favorite list of cities with weather information
- React
- Vite
- Axios: A promise-based HTTP client for making API requests
- Tailwind
- React Chartjs 2
This project is licensed under the MIT License.
This README provides a brief overview of the weather app project, installation instructions, features, tech stack, additional resources, and guidelines for contributing and licensing.