Skip to content

mamartam/js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Java Script (practice)

This repository is created to practice and learn JavaScript through small mini-projects. Each mini-project is stored in a separate branch and represents a simple web-page where I practice different JavaScript concepts and topics.

The main branch contains a README with an overview of all completed projects, including:

  • a description of each project,
  • the JavaScript topics and skills I practiced,
  • video previews to demonstrate how each web page works.

To explore the source code of a specific project, you can switch to the corresponding branch. This structure helps me keep my learning process organized and clearly track my progress in JavaScript development.

🔮 Magic Prediction

magic-prediction.mp4

📚 What I Learned

  • arrays
  • document.getElementById()
  • document.querySelector()
  • addEventListener()
  • document.body.style.backgroundColor
  • Math.floor()
  • Math.random()
  • array.length

📝 Adjusting text size

adjusting-text-size.mp4

📚 What I Learned

  • addEventListener()
  • textContent

🎬 Movies carousel

movies-carousel.mp4

📚 What I Learned

  • objects
  • addEventListener()
  • array.length
  • textContent

📂 Sidebar

sidebar.mp4

📚 What I Learned

  • document.querySelector()
  • addEventListener()
  • classList.toggle()
  • classList.remove()

Tabs that display different content

tabs-that-display-different-content.mp4

📚 What I Learned

  • classList.add()
  • classList.remove()
  • forEach()
  • addEventListener()
  • classList.toggle()

About

This repository is created to practice and learn JavaScript through small mini-projects. Each mini-project is stored in a separate branch and represents a simple web-page where I practice different JavaScript concepts and topics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors