You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a polyglot who speaks French, Spanish, English, and Chinese, I am excited to share my experiences and insights on the importance of language learning in today's global society. In my talk, I will explore how learning multiple languages can broaden our perspectives, foster empathy and understanding, and open up new opportunities.
Etch-A-Sketch is a browser-based sketchpad that allows users to create art by hovering their mouse over a grid of squares. The color of each square changes with each pass, creating a unique and colorful design. The app is built using HTML, CSS, and JavaScript, and demonstrates the developer's skills in DOM manipulation.
The "Memory Game" is a classic card-matching game built with JavaScript, HTML, and CSS. It features a grid of 16 shuffled cards, each with a hidden image. Players must flip two cards at a time to find matching pairs. The game tracks moves, time, and best scores. To play, open the HTML file in a web browser and start matching cards.
The GitHub Repo Gallery project pulls data from GitHub API calls to populate username, bio, location, number of public repos, and individual repo information, which can be clicked on or searched using dynamic search functionality.
The Weather App is a user-friendly web application that allows you to effortlessly check the weather forecast for cities around the world. With a sleek and intuitive interface, it provides real-time weather information, including temperature, humidity, wind speed, and weather conditions, at your fingertips.
A simple web application that demonstrates real-time character-counting in an input field using vanilla javascript. When users type in the input field and click the button, it dynamically updates to display the number of characters entered.
The Potluck Invite Exercise had students use querySelectors, event listeners, event handlers to change a headline, and the classList property & an if/else statement to create dark mode.