Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 801 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 801 Bytes

JavaScript DOM Projects

Each project explores JavaScript DOM manipulation to enhance understanding of web interactions and functionality.

Topics and Projects

01. Request Button (01_Request_btn)

Description: A project demonstrating button interactions using the DOM.

02. Custom Cursor (02_Custom_Cursor)

Description: A project showcasing custom cursor functionality and styling using the DOM.

03. To-Do (03_To-Do)

Description:
A simple to-do list app that includes:

  • Adding and removing tasks.
  • Drag-and-drop functionality to reorder tasks.

04. Text-to-Speech Converter (04_Text_To_Speech_Convert)

Description: A project that converts user-entered text into speech, demonstrating DOM interactions and the Web Speech API.