Welcome to our Weather Forecast Web Application! This application allows users to get the current weather and a 6-day forecast for any location worldwide.
- Current Weather: Get the current weather conditions for any location.
- 6-Day Forecast: View a detailed forecast for the next 6 days.
- Search by Location: Search for weather information by city name or zip code.
- Responsive Design: The application is optimized for various devices, including desktops, tablets, and mobile phones.
- Frontend: React.js, Material-UI
- API: Open-Meteo API, Openstreetmap API, ...
- Clone this and
BackEndrepository to your local machine. - Install dependencies using
npm install. - Start the development server using
npm run dev. - Open your web browser and navigate to
http://localhost:5173to view the application.