Scissor Paper Rock & To-do List

Two beginner-friendly projects to strengthen my JavaScript skills!
📝 To-Do List – Uses JavaScript to add, remove, and store tasks dynamically.
✊✋✌️ Rock-Paper-Scissors – Implements game logic with random choices and player interactions.

Key skills developed

🛠️ DOM Manipulation – Dynamically updating elements in real-time.
🎭 Event Handling – Capturing user actions like clicks and inputs.
🔄 Logic & Conditionals – Structuring game rules and task updates.
📦 Local Storage (For To-Do List) – Saving tasks persistently.
⚡ Interactive UI Updates – Ensuring smooth and engaging user experience.