Skip to content

therajneesh1/Calculator

Repository files navigation

Multi-Purpose Converter and Calculator

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.


Features

  1. Age Converter
    Convert age into different units such as years, months, weeks, days, etc.

  2. Length Converter
    Convert between different units of length, such as meters, kilometers, miles, inches, and more.

  3. Temperature Converter
    Convert between different temperature scales, including Celsius, Fahrenheit, and Kelvin.

  4. Weight Converter
    Convert between weight units, such as kilograms, pounds, grams, and ounces.

  5. General Calculator
    A simple calculator for performing basic arithmetic operations (addition, subtraction, multiplication, division).


Project Structure

  • 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.

How to Use

  1. Clone the repository:

    git clone https://github.com/therajneesh1/Calculator.git
    cd Calculator
  2. Open the individual folders (Age Converter, Length Converter, etc.) to access specific converters.

  3. To use the calculator:

    • Open the index.html file in your browser.
    • Perform basic arithmetic operations directly in the interface.

Technologies Used

  • HTML: For structuring the web pages.
  • CSS: For styling and design.
  • JavaScript: For adding functionality and interactivity.

Contribution

Contributions are welcome! If you want to contribute:

  1. Fork this repository.
  2. Create a feature branch (git checkout -b feature-name).
  3. Commit your changes (git commit -m "Added feature").
  4. Push to the branch (git push origin feature-name).
  5. Open a Pull Request.

License

This project is open-source and available under the MIT License.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors