Skip to content

Repository files navigation

CalcHub - All-in-One Calculator

CalcHub Logo

GitHub stars GitHub forks License

๐Ÿš€ Overview

Calculator Hub is a comprehensive web-based calculator application featuring 12 different calculator modes in a single, beautifully designed interface. Built with vanilla JavaScript, PHP, and modern CSS, it offers both functionality and aesthetics.

โœจ Features

๐ŸŽฏ 12 Calculator Modes

Mode Description
๐Ÿงฎ Normal Basic arithmetic operations with keyboard support
๐Ÿ”ฌ Scientific Advanced functions (sin, cos, tan, log, ln, sqrt, power, factorial, ฯ€, e)
๐Ÿ’ฑ Currency Real-time currency conversion with names & codes
๐ŸŒค๏ธ Weather Temperature, humidity, wind data for any location
๐ŸŽ‚ Age Calculate age in years, months, days, hours, minutes
๐Ÿ“Š Percentage Calculate percentages, increases, decreases, ratios
๐Ÿ“ Unit Converter Length, weight, temperature, volume conversions
๐Ÿ’ป Programming Number base conversions (dec, bin, oct, hex)
๐Ÿ“… Date Calculator Days between dates, future/past date calculations
๐Ÿ“ˆ Statistics Mean, median, mode, standard deviation calculations
๐ŸŽจ Color Code Convert between HEX, RGB, HSL and preview colors
๐Ÿ›ฃ๏ธ Distance & Speed Distance and speed unit conversion with travel time
๐ŸŽจ Color Convert between RGB, HEX, and HSL color codes
๐Ÿš— Distance Calculate distances, speeds, and travel times

๐ŸŽจ Design Highlights

  • Responsive Design - Mobile-first approach with flexible layouts
  • Animated UI - Smooth transitions and button press effects
  • Multiple Themes - Light, Dark, Neon, Nature, Ocean themes
  • Modern Interface - Clean, intuitive sidebar navigation
  • Live Calculation - Real-time expression evaluation
  • History Tracking - Local storage for calculation history

โŒจ๏ธ Keyboard Support

Type calculations directly! The Normal and Scientific calculators support:

0-9      : Input numbers
+ - * /  : Arithmetic operators
Enter =  : Calculate result
Escape   : Clear (AC)
Backspace: Delete last character
%        : Percentage
.        : Decimal point

๐ŸŒ Currency Names

All currency options display both name and code:

  • US Dollar (USD)
  • Euro (EUR)
  • British Pound (GBP)
  • Japanese Yen (JPY)
  • And 150+ more major currencies

๐Ÿ“Š GitHub Stats

GitHub Stars GitHub Forks GitHub Issues Last Commit

๐Ÿ› ๏ธ Installation

  1. Clone the repository:
git clone https://github.com/SyntX34/Calculator.git
  1. Run on a web server with PHP support

  2. No database required, runs entirely client-side with optional PHP features

๐Ÿ“ Project Structure

Calculator/
โ”œโ”€โ”€ index.php              # Main entry point
โ”œโ”€โ”€ js/
โ”‚   โ””โ”€โ”€ main.js           # Calculator logic & interactions
โ”œโ”€โ”€ styles/
โ”‚   โ””โ”€โ”€ main.css          # All styling with CSS variables
โ”œโ”€โ”€ pages/
โ”‚   โ”œโ”€โ”€ calculator.php    # Calculator modes
โ”‚   โ”œโ”€โ”€ about.php         # About page
โ”‚   โ””โ”€โ”€ contact.php       # Contact form
โ”œโ”€โ”€ includes/
โ”‚   โ”œโ”€โ”€ header.php        # Navigation header
โ”‚   โ”œโ”€โ”€ sidebar.php       # Mode selector sidebar
โ”‚   โ”œโ”€โ”€ footer.php        # Footer
โ”‚   โ”œโ”€โ”€ functions.php     # PHP utilities
โ”‚   โ””โ”€โ”€ cookie-handler.php # Cookie consent handler
โ””โ”€โ”€ images/
    โ”œโ”€โ”€ logo.svg          # Logo
    โ”œโ”€โ”€ steam.svg         # Steam icon
    โ”œโ”€โ”€ discord.svg       # Discord icon
    โ””โ”€โ”€ ...               # Other image assets

๐ŸŽจ Themes

Theme Preview
Light Clean white interface
Dark Easy on the eyes
Neon Cyberpunk aesthetic
Nature Green, earthy tones
Ocean Blue, watery theme

๐Ÿค Contributing

Contributions welcome! Feel free to submit issues and pull requests.

๐Ÿ“„ License

MIT License see LICENSE file for details.


Made with โค๏ธ for calculations by Samir Neupane a.k.a SyntX

About

Calculator Hub is a comprehensive web-based calculator application featuring 10 different calculator modes in a single, beautifully designed interface. Built with vanilla JavaScript, PHP, and modern CSS, it offers both functionality and aesthetics.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages