It's live! ๐
My Weather App just went from localhost to the internet ๐
Built with vanilla JS + OpenWeather API
Try it here ๐
https://t.co/OQprjZylN4
#JavaScript#WebDevelopment#frontend
Just built a Weather App From Scratch ๐ค๏ธ
No frameworks โ just vanilla JS, HTML & CSS.
โ Real-time weather by city search
โ 5-day forecast
โ Humidity & wind speed
โ Clean glassmorphism UIBuilt powered by the OpenWeather API ๐
#webdev#JavaScript#buildinpublic
Last post: 17 March.
Life got busy, and my #100DaysOfCode challenge stopped at Day 64.
But the learning didn't stop
Here's a project I completed: ๐ a Snake Game built with HTML, CSS & JavaScript.
check Here : https://t.co/5zpwIYQMiC
Day 63 / 100 ๐
Had a break from Mar 8 โ Mar 14 due to CCE exams ๐
Back to the grind today.
Solved:
โข LC 224 (Hard)โ Basic Calculator
Feels good to restart after exams ๐ช
#100DaysOfCode#DSA#LeetCode
Day 61 / 100 ๐
Solved:
โข LC 2264 โ Largest 3-Same-Digit Number in String (Easy)
Simple string scanning problem โ check all substrings of length 3 and track the maximum valid one.
Small problems, but consistency continues ๐ช
#100DaysOfCode#DSA#LeetCode#CodingJourney
Day 60 / 100 ๐
Today solved two String / Hashing problems.
Solvedโ :
โข LC 389 โ Find the Difference
โข LC 1160 โ Find Words That Can Be Formed by Characters
Both problems focused on character frequency counting and simple hashing logic.
#100DaysOfCode#LeetCode#DSA