Live Project: Multi-Purpose Converter and Calculator
This repository contains a collection of converters and a general calculator for performing various unit conversions and calculations. The project is built using HTML, CSS, and JavaScript to provide an interactive and user-friendly experience.
-
Age Converter
Convert age into different units such as years, months, weeks, days, etc. -
Length Converter
Convert between different units of length, such as meters, kilometers, miles, inches, and more. -
Temperature Converter
Convert between different temperature scales, including Celsius, Fahrenheit, and Kelvin. -
Weight Converter
Convert between weight units, such as kilograms, pounds, grams, and ounces. -
General Calculator
A simple calculator for performing basic arithmetic operations (addition, subtraction, multiplication, division).
-
Folders:
Age Converter/- Contains code for age conversions.Length Converter/- Contains code for length conversions.Temperature Converter/- Contains code for temperature conversions.Weight Converter/- Contains code for weight conversions.
-
Files:
index.html- The main HTML file for the general calculator.calculator.css- Styling for the general calculator.calculator.js- JavaScript for the calculator’s functionality.README.md- Project documentation.
-
Clone the repository:
git clone https://github.com/therajneesh1/Calculator.git cd Calculator -
Open the individual folders (
Age Converter,Length Converter, etc.) to access specific converters. -
To use the calculator:
- Open the
index.htmlfile in your browser. - Perform basic arithmetic operations directly in the interface.
- Open the
- HTML: For structuring the web pages.
- CSS: For styling and design.
- JavaScript: For adding functionality and interactivity.
Contributions are welcome! If you want to contribute:
- Fork this repository.
- Create a feature branch (
git checkout -b feature-name). - Commit your changes (
git commit -m "Added feature"). - Push to the branch (
git push origin feature-name). - Open a Pull Request.
This project is open-source and available under the MIT License.