Welcome to the Quotes Generator project! This simple web application allows users to generate random quotes with just a click of a button. The project utilizes HTML, CSS, and JavaScript to create a user-friendly interface and employs DOM manipulation for quote generation.
Random Quote Generation: Click the "Generate Quote" button to receive a randomly selected quote.
Dynamic DOM Manipulation: The project leverages JavaScript to dynamically update the DOM and display the generated quotes without the need for a page refresh.
To set up the Quotes Generator locally, follow these steps:
- Clone the repository to your local machine:
git clone git@github.com:Hanzalashaik/dom-projects.git
- Open the project directory:
cd quotesGenerator
- Open the 'index.html' file in your preferred web browser.
1.Open the index.html file in a web browser.
2.Click the "Generate Quote" button to see a randomly generated quote.
3.Enjoy the wisdom and inspiration!
Thank you for checking out the Quotes Generator project! If you have any questions or suggestions, feel free to open an issue or reach out to the project maintainers. Happy quoting! 📜✨
Welcome to the ToDo List project! This web application helps you keep track of your tasks by allowing you to create, update, and delete items on your to-do list. The project is built using key concepts such as document.getElementById(), e.target, appendChild, addEventListener, createElement, parentElement, remove, and classList.add.
To set up the Quotes Generator locally, follow these steps:
- Clone the repository to your local machine:
git clone git@github.com:Hanzalashaik/dom-projects.git
- Open the project directory:
cd To-Do List
- Open the 'index.html' file in your preferred web browser.
1.Open the index.html file in a web browser.
2.Use the input field to add a new task.
3.Click on a task to mark it as completed.
4.Hover over a task and click the delete button to remove it from the list.