/hang-in-there_Parvin

Mod 1 FE paired project boilerplate repo

Primary LanguageJavaScript

Hang in There

Abstract:

We created an app that allows users to create their own posters, randomize posters, and delete them on a double click. This allows a user to create their own inspiration.

Installation Instructions:

Run via web:

Click Here to Launch

Run local:

1.fork this repository 2. Clone down your new, forked repo 3. cd into the repository 4. Open it in your text editor 5. Add all project partners and your assigned instructor as collaborators on the repository

Preview of App:

Screen Shot 2023-02-10 at 7 08 12 PM

Context:

The project took roughly 10 hours to complete for a mod-1 repeater and a second week mod-1.

Contributors:

Parvin Sattorova Trey Marshall

Learning Goals:

Write clean, DRY JavaScript Use a provided class by creating object instances using the new keyword Manipulate the page after it has loaded adding, removing, and updating elements on the DOM Begin to understand the connection between HTML, CSS and JavaScript Practice reading, understanding, and using provided code Build an understanding of writing code collaboratively Document changes with atomic commits & thorough code reviews Communicate, troubleshoot, and plan effectively as a team.

We used VS Code.

Wins + Challenges:

Completed functionality using various methods. Making use of helper functions. Better understanding of innerHTML. "Injecting HTML" with innerHTML for a saved poster.

Faced challenges with locating certain elements to target (such as for use in innerHTML) Faced a challenge targeting the proper elements with the deletePoster function.