An open API service indexing awesome lists of open source software.

https://github.com/craftingweb/ttp-assignment-4-dom


https://github.com/craftingweb/ttp-assignment-4-dom

Last synced: 3 months ago
JSON representation

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 an element with an id of "poster-image" to display the poster image.