https://github.com/craftingweb/ttp-assignment-4-dom
https://github.com/craftingweb/ttp-assignment-4-dom
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/craftingweb/ttp-assignment-4-dom
- Owner: craftingweb
- Created: 2023-06-21T20:26:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T02:26:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T08:35:33.879Z (5 months ago)
- Language: CSS
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TTP-Assignment-4-DOM
In this project, you will create a motivational poster generator where users can view random posters or create their own custom posters. The project will focus on manipulating the DOM using JavaScript to update the poster content dynamically. You will also implement event handling to generate random posters and handle custom poster creation.
Requirements:
HTML Structure:
Create an HTML file with a basic structure including a and section.
Include a element with a title for your project.
Create a element with a class of "poster" to display the generated or user-customized posters.
Add anelement with an id of "poster-image" to display the poster image.