This repository contains five mini JavaScript projects designed to help practice and demonstrate core JavaScript skills like DOM manipulation, event handling, and string/array operations.
- Changes the background color of the page.
- Dedicated buttons to switch to red, green, yellow, or a random color.
- Demonstrates usage of DOM manipulation and event listeners in JavaScript.
- Checks if the input string is a palindrome (reads the same forwards and backwards).
- Provides user input and alerts the result.
- Clears input after checking.
- Displays a random quote from a predefined list.
- Updates the quote dynamically on button click.
- Ensures no immediate repeats until all quotes are used.
- Clears used quotes once all have been shown, starting fresh.
- Shows how to work with arrays and randomization in JS.
- Clone or download this repository.
- Open the HTML file of the project you want to try in your browser.
- Use the UI to interact with the project.