Projects made during the 30 days of the JavaScript challenge
-
Updated
Nov 1, 2024 - CSS
Projects made during the 30 days of the JavaScript challenge
HTML, CSS and JavaScript projects from basic to advance level
30 days 30 projects.
30 Day Vanilla JS Challenge 💪
A simple web application that generates random multiplication problems and asks the user to solve them. The app keeps track of the user's score and updates it based on their answers. It also uses local storage to persist the score across multiple sessions.
A simple web animation that uses the mouse movement of the user to generate heart icons that float around the screen.
This is a collection of 30 days of JavaScript projects. Each day I will create a new project using vanilla JavaScript. The projects will be simple and easy to understand. I will also add a README.md file to each project with a description of the project and how to run it.
"30 Days of JavaScript: HTML, CSS, and JavaScript Mastery Challenge"
I've created a mini calendar with a simple and minimalist design using HTML, CSS, and JavaScript. This calendar displays the current date, which is dynamically updated using JavaScript's Date object.
This web app calculates BMI using height and weight inputs. It displays the BMI value and weight condition. Built using HTML, CSS, and JavaScript, it's a useful tool for quickly determining BMI and weight condition.
This project is a webpage that displays the X and Y position of the user's mouse cursor in real-time. The JavaScript code updates the values in the boxes as the user moves their mouse. This project demonstrates dynamic HTML updates with user interaction.
The code creates an animated search bar using HTML, CSS, and JavaScript, with a stylish design that includes a shadow effect, magnifier and microphone icons, and a transparent input field.
A dark-mode toggle effect created using HTML, CSS & JS. Also when we switch on and off, these modes are saved inside the local storage of the browser.
Created a button with a ripple effect using HTML, CSS, and JavaScript. This adds interactivity to the webpage and uses CSS ::before pseudo-elements and transform to create the ripple circle, while JavaScript calculates the position of the user's mouse and updates the CSS custom properties used for the ripple animation.
The webpage contains a container with a background image and a button that, when clicked, displays a popup window with a blurred background.
This project creates a social media selector menu using HTML, CSS, and JavaScript. Clicking the button shows a list of social media platforms and selecting one updates the button text.
In this project, I created a stylish analog clock with the Rolex logo using HTML, CSS, and JavaScript. It dynamically retrieves the time from the user's browser to accurately represent the current time. This allowed me to practice my front-end skills while learning about working with the DOM, handling user events, and creating animations.
A really cool feature that allows me to showcase a set of images on my website in a continuous loop, rotating them one by one.
Add a description, image, and links to the 30daysofjavascript topic page so that developers can more easily learn about it.
To associate your repository with the 30daysofjavascript topic, visit your repo's landing page and select "manage topics."