elifgazioglu / doyouwannagooutwithme

http://doyouwannagooutwithme.com
558 stars 189 forks source link

Combine HTML Files, Styles, and Move JavaScript to Separate File #4

Closed dory16 closed 7 months ago

dory16 commented 7 months ago

Overview: This pull request aims to streamline the project structure by combining HTML files, unifying styles, and moving JavaScript code to a separate file for better organization.

Changes Made:

  1. Combined index.html and yes.html into a single HTML file.
  2. Merged styles from styles.css and yes_style.css into a unified styles.css.
  3. Moved JavaScript code to a separate file named script.js.

Reasoning: The goal is to enhance the maintainability and organization of the project by consolidating related files and improving code structure. This change makes it easier to manage styles and scripts, promoting a cleaner and more scalable codebase.

Testing: Verified that the combined changes do not affect the existing functionality. Manually tested the "Yes" and "No" buttons, ensuring they work as intended.

dory16 commented 7 months ago

Added my new code and some cool functionality

Reviewing your code now. Will cancel my PR after checking :)