Skip to content

Conversation

TinkerTechie
Copy link

This PR introduces a 3D Vector Operations Calculator to the repository. The calculator allows users to input two 3D vectors and perform the following operations:
Vector Magnitude: Calculates the length of Vector A and Vector B.
Vector Addition: Computes A + B.
Vector Subtraction: Computes A - B.
Dot Product: Calculates the dot product of A and B.
Cross Product: Calculates the cross product of A and B.
Angle Between Vectors: Computes the angle (in degrees) between A and B.
Features:
Interactive and responsive UI.
Input validation to prevent invalid entries.
Dynamic result display with clear formatting.
Developed with HTML, CSS, and JavaScript for easy integration.
Folder Added:
vector-calculator/ (contains index.html, style.css, script.js)

Copy link

netlify bot commented Oct 10, 2025

Deploy Preview for 30daysofjs ready!

Name Link
🔨 Latest commit b07b670
🔍 Latest deploy log https://app.netlify.com/projects/30daysofjs/deploys/68e918f3ccb6000008de3700
😎 Deploy Preview https://deploy-preview-1939--30daysofjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@TinkerTechie
Copy link
Author

Hi! 👋

I've updated the 3D Vector Operations Calculator with the following changes:

  • Added a screenshot of the UI for better visualization.
  • Improved HTML, CSS, and JS for enhanced usability.
  • Updated folder structure: projects/vector-calculator/
    • index.html
    • style.css
    • script.js
    • assets/screenshot.png

The PR is now ready for review with all the latest changes.

Thanks! 🚀

@swapnilsparsh
Copy link
Owner

There is already such type of projects present in the repo and follow the contribution guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants