Skip to content
#

30-days-of-code

Here are 15 public repositories matching this topic...

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.

  • Updated May 15, 2023
  • CSS

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.

  • Updated May 1, 2023
  • CSS

The project is a New Year's countdown created using HTML, CSS, and JavaScript. It features a dynamic countdown that updates every second, displaying the exact amount of time left until the new year. The project offers a fun and interactive experience for users.

  • Updated Apr 30, 2023
  • CSS

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.

  • Updated May 8, 2023
  • CSS

Improve this page

Add a description, image, and links to the 30-days-of-code topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 30-days-of-code topic, visit your repo's landing page and select "manage topics."

Learn more