Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshulGG committed Jun 17, 2024
2 parents 9ba2722 + f973dd5 commit e94e638
Show file tree
Hide file tree
Showing 7 changed files with 104 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Pranshul

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
83 changes: 83 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# WeatherMaster

<img src="https://github.com/PranshulGG/WeatherMaster/blob/master/app/src/main/assets/weather-icons/02d.svg?short_path=21e6bd2" alt="" width="150px">

WeatherMaster is developed with pure HTML, CSS, JavaScript, and Java. Designed to mimic the look and feel of a native Android app.


# 👁️ Preview

<div >
<img alt="App image" src="preview/1.png" width="30%">
<img alt="App image" src="preview/2.png" width="30%">
<img alt="App image" src="preview/3.png" width="30%">
<img alt="App image" src="preview/4.png" width="30%">
<img alt="App image" src="preview/5.png" width="30%">

</div>

<br>


# 📲 Download

<p align="left">
<a href="https://github.com/PranshulGG/WeatherMaster/releases"><img alt="GitHub" src="https://github.com/PranshulGG/CalcMaster-A-Calculator-App/blob/master/previewed/badge_github.png" height="120"/></a>
</p>


# ✨ Features:

- <strong>Native Android Experience: </stronge>Enjoy a user interface and interaction that closely resemble a native Android Weather app.

- <strong>Material Design: </stronge>The app is built using Material Web Components, ensuring a clean, consistent, and visually appealing design.

- <strong>Customization Options: </stronge>Enjoy a ton of customization options. Adjust themes, Units.

- <strong>Responsive Design: </stronge>WeatherMaster is fully responsive for all mobile devices.

- <strong>User-Friendly Interface: </stronge>The app's interface is designed to be straightforward and user-friendly.


# 🛠️ Built With:

- <strong>HTML & CSS: </stronge> For the basic structure and styling of the app.

- <strong>JavaScript: </stronge>To handle the app's logic and interactivity.

- <strong>Weather data: </stronge> Using <a href="https://openweathermap.org/">OpenWeatherMap</a> to fetch weather and <a href="https://ipgeolocation.io/">ipgeolocation.io</a> for Moonset and Moonrise timings

- <strong>Java: </stronge>Mainly used for JavaScript interface and permissions, allowing the app to run on Android devices.

- <strong>Material Web Components: </stronge>Utilized to create a consistent and attractive Material Design look and feel.

- <strong>Weather icons</strong>: <a href="https://gitlab.com/bignutty/google-weather-icons/-/tree/main/icons/weather/light?ref_type=heads">Pack 1</a> and <a href="https://github.com/basmilius/weather-icons">Pack 2</a>

# ✅ Todos:

- [ ] Make it lightweight
- [ ] Notification alerts
- [ ] A feature that allows you to add multiple locations
- [ ] More detailed weather

<br>
<br>

> [!NOTE]
> The app is designed to run on Android devices and does not support web browsers. Attempting to open the app in a browser will not work.
<br>


# Contact
For any questions or feedback, feel free to open an issue on GitHub or contact [email protected]

<br>

# License
This project is licensed under the MIT License. See the `LICENSE` file for details.





Binary file added preview/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e94e638

Please sign in to comment.