SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 104 forks source link

Temperature Conversion Calculator (°C,°F, K) #260

Closed chinmayr633 closed 1 year ago

chinmayr633 commented 1 year ago

Enter calculator name -

Temperature Converter

Describe calculator functionality -

coversion of temperature between Celsius ,Fahrenheit and kelvin

Under which category you wish to place it -

chinmayr633 commented 1 year ago

@SarthakKeshari Please assign me this issue

SarthakKeshari commented 1 year ago

@chinmayr633, May you add time coversion(ms, s, min, hours) too to the same calc?

chinmayr633 commented 1 year ago

@SarthakKeshari sure i will add time conversion also..

SarthakKeshari commented 1 year ago

Hey @chinmayr633, Assigned.

You may contribute your code under the folder path -

calc_for_everything\calculators\src\mathematical\metricUnitConverter

Issue completion deadline - 15th Oct 8:00:00 am IST

Be careful, do not break the old code that already exists.

NOTE - In case the issue completion deadline is not met, the issue will be assigned to a new participant

chinmayr633 commented 1 year ago

Permission to SarthakKeshari/calc_for_everything.git denied to chinmayr633. I am getting this error while pushing commit changes

SarthakKeshari commented 1 year ago

@chinmayr633,

I see you haven't forked the repo, first do that then follow the below steps.

Run the following commands - git remote remove origin git remote add origin URL_OF_YOUR_REPO git push origin master