An open API service indexing awesome lists of open source software.

https://github.com/gmpsankalpa/calculator-tools

A collection of simple yet effective calculators for everyday use. This repository includes tools such as an Age Calculator, Time Calculator, and Overtime Calculator, implemented using HTML.
https://github.com/gmpsankalpa/calculator-tools

css html javascript

Last synced: 3 months ago
JSON representation

A collection of simple yet effective calculators for everyday use. This repository includes tools such as an Age Calculator, Time Calculator, and Overtime Calculator, implemented using HTML.

Awesome Lists containing this project

README

        

# Calculator-Tools

![Calculator-Tools Banner](https://github.com/gmpsankalpa/Calculator-Tools/assets/123918506/d5651bc3-0f93-4875-8452-ab9b7d07ff23)

## Overview

Calculator-Tools is a collection of simple yet effective calculators for everyday use, implemented using HTML, CSS, and JavaScript. This repository includes tools such as an Age Calculator, Time Calculator, and Overtime Calculator. Easily accessible through web browsers, these calculators help streamline various calculations, making daily tasks a breeze.

## Table of Contents

- [Features](#features)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Features

1. **Age Calculator:** Calculate age based on the provided date of birth.
2. **Time Calculator:** Convert time between different units (hours, minutes, seconds).
3. **Overtime Calculator:** Calculate overtime pay based on hourly wage and hours worked.

## Usage

1. Clone the repository:

```bash
git clone https://github.com/your-username/Calculator-Tools.git
```

2. Open the desired calculator in a web browser:

- Age Calculator: `index.html`
- Time Calculator: `timecal.html`
- Overtime Calculator: `overtime.html`

3. Explore and use the calculators for your specific needs.

## Contributing

We welcome contributions! If you have ideas for new features, improvements, or bug fixes, feel free to open an issue or submit a pull request. Please follow our [contribution guidelines](CONTRIBUTING.md).

## License

This project is licensed under the [MIT License](LICENSE).

**Calculator-Tools** - A project by [GMP Sankalpa](https://webdevcalctools.com)

---

![repo size](https://img.shields.io/github/repo-size/gmpsankalpa/Calculator-Tools?label=Repo%20Size&style=for-the-badge&labelColor=black&color=20bf6b)
![GitHub forks](https://img.shields.io/github/forks/gmpsankalpa/Calculator-Tools?&labelColor=black&color=0fb9b1&style=for-the-badge)
![GitHub stars](https://img.shields.io/github/stars/gmpsankalpa/Calculator-Tools?&labelColor=black&color=f7b731&style=for-the-badge)
![GitHub LastCommit](https://img.shields.io/github/last-commit/gmpsankalpa/Calculator-Tools?logo=github&labelColor=black&color=d1d8e0&style=for-the-badge)