swstack

swstack (102)

swstack

Project - 2

Project 2: Color Theme Switcher Build a theme switcher that lets users change between different color themes (Dark, Light, Neon, Retro) and saves their preference using localStorage. Fully working theme switcher with localStorage persistence is already loaded above.

Continue reading...
swstack

Project - 1

Project 1: Personal Portfolio Page Build your own personal portfolio website. Create sections for About, Skills, Projects, and Contact. Make it look professional and modern. <header> <h1>Alex Rivera</h1> <p>Web Developer & Designer</p> </header> <div class="section"> <h2>About Me</h2> <p>I'm a passionate developer who loves building clean…

Continue reading...
swstack

JavaScript - 30

JavaScript - 30: Mini Project - Weather Card (Mock) Create a mock weather card. The user enters a city name and clicks "Get Weather" to see fake but realistic weather data for that city. // Full solution is in the editor above

Continue reading...
swstack

JavaScript - 29

JavaScript - 29: Guess the Number Game Create a number guessing game. The computer picks a random number between 1 and 100. The user tries to guess it and gets hints ("Too high" or "Too low"). // Full solution is already in the editor above

Continue reading...
swstack

JavaScript - 28

JavaScript - 28: Image Slider Create a simple image slider with Next and Previous buttons using local images. // Full working code is in the editor above

Continue reading...