Tobias SteinhagenProstonehagen.hashnode.dev·Dec 6, 2023Bridging Horizons: Restless-API with ExpressIn the previous blog post, we successfully assembled the backend, allowing for the download, conversion, and storage of forecast data. Over the last three months, I dedicated time to refactoring a significant portion of the codebase, consequently enh...DiscussReact
OnlineITtutsonlineittuts.hashnode.dev·Dec 3, 2023Weather App Using HTML CSS and JavaScripthey everyone hope you are all fine, today we are going to learn how to make weather apps using HTML CSS, and JavaScript from scratch with a cool design. It’s a great project for improving your HTML CSS and JS skills also you can add that to your port...DiscussweatherApp
Udai Chauhanudcode.hashnode.dev·Nov 30, 2023Building a Dynamic Weather App with React JS: A Step-by-Step GuideHello Fellow Developers, Today Let's Build a Dynamic Weather App In React JS. Step 1. Create your React app, I am using Vite to create a React App npm create vite@latest chose React framework and choose Javascript after that cd in to that react app f...DiscussReact
Oluwasegun Oyeloladeliftedblog.hashnode.dev·Nov 23, 2023Embracing the Challenge: My Journey Building a Weather App Portfolio Projecthttp://www.delifted.techMY WEB-APP PORTFOLIO PROJECT As I embarked on my journey to create a weather app portfolio project, I anticipated an exhilarating experience fused with challenges and accomplishments. Little did I know, the path ahead would b...Discuss·28 readsJavaScript
Dominik KellerforLow-Code Software Engineeringfive.hashnode.dev·Oct 24, 20235 JavaScript Portfolio Projects to Unleash Your Web Dev PotentialAre you a software developer looking to showcase your web development skills? Building portfolio projects is a great way to demonstrate your expertise and impress potential employers or clients. JavaScript, one of the most popular programming languag...DiscussJavaScript
Saikumarboyapatisaisblog.hashnode.dev·Sep 30, 2023A Guide to Contributing to "ForeClime" Weather AppIntroduction Welcome to My ForeClime Weather App, a simple yet powerful web application that keeps you updated on weather conditions for various locations. If you're eager to contribute and enhance the app's functionality, you're in the right place. ...DiscussweatherApp
Vyom Singhvyom20.hashnode.dev·Sep 25, 2023How to create a weather app in jetpack compose ( Clean Architecture/MVVM ,dagger -hilt)Prerequisites Before we dive into building the weather app, make sure you have the following prerequisites: Android Studio: Ensure you have Android Studio installed on your development machine. Api Used from here: https://open-meteo.com/en/docs Je...Discuss·1 like·82 readsweatherApp
Aakash Rajaakashraj.hashnode.dev·Aug 30, 2023Creating a Dynamic & Responsive Weather Map with OpenWeatherMap API and React-Leaflet with Custom Marker Icon: A Step-by-Step GuideHere I will share my learning on how I implement a weather Map in my Cloudsify project. website link: https://cloudsify-59854.web.app/ GitHub Repository Link: https://github.com/AakashRaj20/Cloudify Let's start with creating a react-app in vs-code np...Discuss·10 likesReact
Aman Mishraamanmishra.hashnode.dev·Aug 18, 2023Weather App using only HTML CSS and JavaScriptHere's how you can create a weather app just by using HTML CSS and Javascript:In the modern digital age, convenience and information are at our fingertips. Weather is no exception – imagine being able to access real-time weather forecasts right from ...Discuss·3 likes·27 readsJavaScript
Awwal Anileleyemohawwal.hashnode.dev·Aug 15, 2023Building a Weather App Using JavaScript and the OpenWeatherMap APIHave you thought about creating a weather app that makes it simple for consumers to access the most recent forecasts? Even if it sounds challenging, you can make a user-friendly weather app using JavaScript and the OpenWeatherMap API. In this lesson,...Discuss·45 readsJavaScript