Check the weather from any device!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Introducing WeatherApp, a comprehensive weather application that offers a wealth of information to keep you well-informed about the current and future weather conditions. Developed using React, TypeScript, and Bootstrap, WeatherApp provides an intuitive and visually appealing interface for users.
WeatherApp goes beyond basic weather data by offering a wide range of information. In addition to the current weather conditions, including temperature, humidity, wind speed and direction, visibility distance, precipitation, dew point, and atmospheric pressure, it also provides a 7-day forecast for the future. This ensures that you have all the essential information at your fingertips to plan your activities and make informed decisions.
To obtain accurate and reliable weather data, WeatherApp utilizes the OpenWeather API. By integrating with this powerful API, the application fetches up-to-date weather information for various locations. To ensure seamless functionality, users are required to have a valid API key, which can be obtained from the OpenWeather website.
The user experience is a priority in WeatherApp's development. With its user-friendly interface built on Bootstrap, the app offers a responsive design that adapts to different screen sizes and devices. Whether you're accessing it from your desktop, tablet, or mobile phone, WeatherApp guarantees an optimal viewing experience.
WeatherApp's React and TypeScript foundation ensures a robust and scalable codebase. The use of React's component-based architecture allows for modular development, making it easy to add new features and enhance existing ones. TypeScript adds an extra layer of type safety, catching errors at compile-time and improving the overall reliability and maintainability of the code.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- React
- Bootstrap
- TypeScript
- npm
npm install npm@latest -g
- node
npm install -g npm
- Get a free API Key at https://home.openweathermap.org/users/sign_in
- Clone the repo
git clone https://github.com/jocarrd/WeatherApp.git
- Install NPM packages
npm install
- Enter your API in
.env
const REACT_APP_OPENWEATHER_API_KEY = 'ENTER YOUR API';
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/jocarrd/WeatherApp