Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Curve Fitting Calculator #1184

Merged
merged 6 commits into from
Jun 10, 2024

Conversation

DivyaVijay1234
Copy link
Contributor

Fixes Issue🛠️

Closes #962

Description👨‍💻

This code implements a curve-fitting calculator in JavaScript. It allows users to input a set of 2-D coordinates and choose from various curve-fitting options, including linear, quadratic, cubic, and exponential curves. The calculator uses mathematical algorithms to determine the best-fitting curve based on the input points and displays the equation of the curve along with a graph. This tool can be useful for analysing data trends and predicting values based on given data points.

Type of change📄

  • New feature (non-breaking change which adds functionality)

How this has been tested✅

During the testing phase, I rigorously evaluated the curve-fitting calculator by inputting data sets of various sizes and characteristics, covering linear, quadratic, cubic, and exponential curve types. By analyzing the calculated equations against the provided points, I ensured that the calculator accurately determined the best-fitting curve for each dataset. Additionally, I verified the user interface's functionality to guarantee seamless interaction, allowing users to input data, select curve types, and obtain precise curve-fitting results. Through these comprehensive tests, I confirmed the calculator's robustness and reliability across diverse curve-fitting scenarios.

Checklist✅

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added demonstration in the form of GIF/video file
  • I am an Open Source Contributor

Screenshots/GIF📷

Screenshot 2024-06-04 233800
Screenshot 2024-06-04 234211

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @DivyaVijay1234, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨

Copy link

netlify bot commented Jun 4, 2024

Deploy Preview for calcdiverse ready!

Name Link
🔨 Latest commit 0c7a97b
🔍 Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/666734adaa7e08000856708a
😎 Deploy Preview https://deploy-preview-1184--calcdiverse.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 site configuration.

@Rakesh9100
Copy link
Owner

Pls add your calculator in main index.html file to display on the website by making a new commit in this same PR @DivyaVijay1234

@Rakesh9100 Rakesh9100 added the question 🤔 Further information is requested label Jun 5, 2024
@Rakesh9100 Rakesh9100 changed the title Curve-Fitting-Calculator Added Curve Fitting Calculator Jun 5, 2024
@DivyaVijay1234
Copy link
Contributor Author

@Rakesh9100
Just a quick question. Should I be merging this with the main branch before adding it to the index.htm l file? Or should the link of the code contain the link from my forked repository?

@DivyaVijay1234
Copy link
Contributor Author

@Rakesh9100
I had previously added my calculator in a separate branch. Do I need to merge it with the main branch before being able to add it to the main website?

@Rakesh9100
Copy link
Owner

No, you don't have to merge anything. You just have to add your calculator part in main index.html file in the branch Curve-Fitting-Calculator and then commit it @DivyaVijay1234

@Rakesh9100 Rakesh9100 merged commit 1c060e2 into Rakesh9100:main Jun 10, 2024
4 checks passed
Copy link

Congrats, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to my project 🚀 Keep Contributing!! ✨ @DivyaVijay1234

@Rakesh9100 Rakesh9100 added Completed 🥳 PR successfully merged and issue resolved on completion gssoc GSSoC 2k24 Open Source Program level3 GSSoC2k24 Level-3 Task -- 45 Points and removed question 🤔 Further information is requested labels Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Completed 🥳 PR successfully merged and issue resolved on completion gssoc GSSoC 2k24 Open Source Program level3 GSSoC2k24 Level-3 Task -- 45 Points
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add Curve Fitting Calculator
2 participants