Day 30: Final Project - Social Media Dashboard with Full FeaturesScreenshot:- Project Overview This project involves building a fully functional social media dashboard that includes user authentication, profile management, post creation, interactions, and notifications. The dashboard will have a modern, user-frie...Aug 11, 2024·6 min read
Movie Search App Using Html, Css and JavascriptScreenshot : Creating a movie search app involves a series of tasks, including setting up your project, designing the UI, and implementing the functionality to fetch and display movie data from a public API. Here’s a detailed guide on how to achieve...Aug 6, 2024·3 min read
Building a Weather App: Step-by-Step GuideScreenshot:- In this project, we'll create a weather app that fetches and displays current weather data and a 5-day forecast from a public API. We'll also add search functionality and enhance the UI with icons and animations. By the end of this proj...Aug 5, 2024·4 min read
Day 23 - LeetCode HardScreenshot:- 1. Median of Two Sorted Arrays Problem: Given two sorted arrays, find the median of the two arrays combined. Explanation: The median is the middle value of a sorted list. If the total number of elements is odd, it’s the middle element. ...Aug 4, 2024·3 min read
LeetCode Medium Problems: A Friendly GuideScreenshot:- LeetCode medium problems can be a bit more challenging, but they are great for honing your problem-solving skills. Today, we'll go through five medium-level LeetCode problems: Add Two Numbers, Longest Substring Without Repeating Charact...Aug 3, 2024·6 min read
Easy LeetCode Problems: A Friendly GuideScreenshot:- LeetCode is a fantastic platform to practice coding problems and improve your problem-solving skills. Today, we'll go through five easy-level LeetCode problems: Two Sum, Reverse Integer, Palindrome Number, Merge Two Sorted Lists, and Va...Aug 2, 2024·6 min read
Day 20 - A Friendly Guide to LocalStorage and SessionStorage in JavaScriptScreenshot:- Hey there! Have you ever wondered how websites remember your preferences or keep you logged in even after you close the tab? Well, that's where LocalStorage and SessionStorage come into play. In this article, we’ll dive into these two f...Aug 1, 2024·4 min read