A weather app provides users with current weather information, as well as forecasts for future weather conditions. These apps can be used on smartphones, tablets, laptop, and desktop and typically provide information about temperature, humidity, wind speed, precipitation, and other weather-related data. Weather apps can use your device's GPS to provide weather information for your current location, or allow you to search for weather information for a specific location. It can provide detailed information like current temperature, humidity, wind speed and direction, and the forecast for the next hour or the whole week.
Deployed URL 👉 Click here
- Saving the weather data in redux-store to reduce the dependency of network requests
- Search weather details according to the city
- Detect your current location for displaying weather data
- Sync data to get the latest updated details of the current weather
- Responsive for every screen size.
- ◉ JavaScript : 79.3%
- ◉ CSS : 14.0%
- ◉ HTML : 6.7%
This report is provided by the Github language used stats. So, this is the total percentage of the coding languages.
- Node.js
- npm
- Clone the repository to your local machine
- Navigate to the project directory
- Run
npm install
to install the required dependencies - Run
npm start
to start the development server
Give a ⭐️ if you like this project!