codeezzi / utility

Utility is meant to be a simple easy to use unit conversion website plus bunch of utility tools. This will be a static website made completly from HTML,CSS and Javascript or any other Frontend Framwork.
http://codeezzi-utility.surge.sh/
Apache License 2.0
12 stars 55 forks source link

Added Quadratic Equation Solver to mathematical tools #103

Closed RahulSahOfficial closed 4 years ago

RahulSahOfficial commented 4 years ago

I have added the Quadratic Equation Solver webpage to this utility project

preview

I have add 1 folder and 4 files

1 folder (quadratic) inside mathematicaltools folder

4 files in the resistance folder

quadratic.html quadratic.css quadratic.js preview.png

For Contribution (Update my contribution details Its incomplete) Github : https://github.com/RahulSahOfficial Twitter : https://twitter.com/developer_sah Email : developersah@gmail.com

shubham2704 commented 4 years ago

@RahulSahOfficial I have labeled your PR as Hacktoberfest-accepted, The PR will be merged shortly

RahulSahOfficial commented 4 years ago

Mr @shubham2704 what is hacktober fest

And i am new in github i need help from you Like how to update my forkked repo with your original repo and few more doubts

shubham2704 commented 4 years ago

Mr @shubham2704 what is hacktober fest

And i am new in github i need help from you Like how to update my forkked repo with your original repo and few more doubts

git remote add upstream https://github.com/whoever/whatever.git

Fetch all the branches of that remote into remote-tracking branches,

such as upstream/main:

git fetch upstream

Make sure that you're on your main branch:

git checkout main

Rewrite your main branch so that any commits of yours that

aren't already in upstream/main are replayed on top of that

other branch:

git rebase upstream/main

shubham2704 commented 4 years ago

Mr @shubham2704 what is hacktober fest

And i am new in github i need help from you Like how to update my forkked repo with your original repo and few more doubts

And thank you for asking the question really appreciate it. Feel free to ask more and keep contributing.✌🎉

RahulSahOfficial commented 4 years ago

@shubham2704 in my account it shows 4 of 4 pull request it's showing mature timing in all 4 pull request What's the next step Are you on Instagram ?

shubham2704 commented 4 years ago

@shubham2704 in my account it shows 4 of 4 pull request it's showing mature timing in all 4 pull request What's the next step Are you on Instagram ?

shubham2704 commented 4 years ago

@RahulSahOfficial You really design the page so good 🎉✔