https://github.com/chiragagg5k/equation-verse-calculator

feature-rich and vibe-coded calculator

https://github.com/chiragagg5k/equation-verse-calculator

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary

Keywords

calculator lovable vibe-coding
Last synced: 5 months ago · JSON representation

Repository

feature-rich and vibe-coded calculator

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
calculator lovable vibe-coding
Created 10 months ago · Last pushed 10 months ago
Metadata Files
Readme

README.md

EquationVerse Calculator 🧮✨

Overview

EquationVerse is a powerful, feature-rich calculator application built with modern web technologies. It offers both basic and scientific calculation modes, providing a seamless and intuitive mathematical computing experience.

🚀 Features

Calculator Modes

  • Basic Mode: Perform standard arithmetic operations
  • Scientific Mode: Advanced calculations with trigonometric, logarithmic, and exponential functions

Key Functionalities

  • Memory operations (M+, M-, MR, MC)
  • Percentage calculations
  • Sign toggling
  • Keyboard shortcut support
  • Calculation history
  • Theme switching (Light/Dark modes)

🛠 Technologies Used

  • Frontend: React with TypeScript
  • Styling: Tailwind CSS
  • State Management: Custom React hooks
  • Icons: Lucide React
  • Build Tool: Vite

🔧 Getting Started

Prerequisites

  • Node.js (v18+)
  • npm or Bun

Installation

```bash

Clone the repository

git clone

Navigate to project directory

cd equation-verse-calculator

Install dependencies

npm install

Start development server

npm run dev ```

🌈 Usage

Basic Operations

  • Addition, subtraction, multiplication, division
  • Percentage calculations
  • Memory function recalls

Scientific Functions

  • Trigonometric calculations (sin, cos, tan)
  • Logarithmic functions
  • Exponential operations
  • Angle mode switching (DEG, RAD, GRAD)

🎨 Themes

The calculator supports both light and dark themes, providing a comfortable viewing experience in different environments.

🤖 Keyboard Shortcuts

  • Esc: Clear all
  • Numeric keys: Input numbers
  • +, -, *, /: Perform operations
  • Enter: Calculate result

📦 Project Structure

src/ ├── components/ │ └── Calculator/ │ ├── BasicKeypad.tsx │ ├── ScientificKeypad.tsx │ └── Calculator.tsx ├── hooks/ │ └── useCalculator.ts └── utils/ └── mathOperations.ts

Owner

  • Name: Chirag Aggarwal
  • Login: ChiragAgg5k
  • Kind: user
  • Location: Noida , Uttar Pradesh , India
  • Company: Bennett University

CSE Undergrad | Student at Bennett University

GitHub Events

Total
  • Push event: 5
  • Public event: 1
Last Year
  • Push event: 5
  • Public event: 1

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 10
  • Total Committers: 2
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.3
Past Year
  • Commits: 10
  • Committers: 2
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.3
Top Committers
Name Email Commits
gpt-engineer-app[bot] 1****] 7
ChiragAgg5k c****k@g****m 3

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package-lock.json npm
  • 456 dependencies
package.json npm
  • @eslint/js ^9.9.0 development
  • @tailwindcss/typography ^0.5.15 development
  • @types/node ^22.5.5 development
  • @types/react ^18.3.3 development
  • @types/react-dom ^18.3.0 development
  • @vitejs/plugin-react-swc ^3.5.0 development
  • autoprefixer ^10.4.20 development
  • eslint ^9.9.0 development
  • eslint-plugin-react-hooks ^5.1.0-rc.0 development
  • eslint-plugin-react-refresh ^0.4.9 development
  • globals ^15.9.0 development
  • lovable-tagger ^1.1.7 development
  • postcss ^8.4.47 development
  • prettier ^3.5.3 development
  • tailwindcss ^3.4.11 development
  • typescript ^5.5.3 development
  • typescript-eslint ^8.0.1 development
  • vite ^5.4.1 development
  • @hookform/resolvers ^3.9.0
  • @radix-ui/react-accordion ^1.2.0
  • @radix-ui/react-alert-dialog ^1.1.1
  • @radix-ui/react-aspect-ratio ^1.1.0
  • @radix-ui/react-avatar ^1.1.0
  • @radix-ui/react-checkbox ^1.1.1
  • @radix-ui/react-collapsible ^1.1.0
  • @radix-ui/react-context-menu ^2.2.1
  • @radix-ui/react-dialog ^1.1.2
  • @radix-ui/react-dropdown-menu ^2.1.1
  • @radix-ui/react-hover-card ^1.1.1
  • @radix-ui/react-label ^2.1.0
  • @radix-ui/react-menubar ^1.1.1
  • @radix-ui/react-navigation-menu ^1.2.0
  • @radix-ui/react-popover ^1.1.1
  • @radix-ui/react-progress ^1.1.0
  • @radix-ui/react-radio-group ^1.2.0
  • @radix-ui/react-scroll-area ^1.1.0
  • @radix-ui/react-select ^2.1.1
  • @radix-ui/react-separator ^1.1.0
  • @radix-ui/react-slider ^1.2.0
  • @radix-ui/react-slot ^1.1.0
  • @radix-ui/react-switch ^1.1.0
  • @radix-ui/react-tabs ^1.1.0
  • @radix-ui/react-toast ^1.2.1
  • @radix-ui/react-toggle ^1.1.0
  • @radix-ui/react-toggle-group ^1.1.0
  • @radix-ui/react-tooltip ^1.1.4
  • @tanstack/react-query ^5.56.2
  • class-variance-authority ^0.7.1
  • clsx ^2.1.1
  • cmdk ^1.0.0
  • date-fns ^3.6.0
  • decimal.js ^10.5.0
  • embla-carousel-react ^8.3.0
  • input-otp ^1.2.4
  • lucide-react ^0.462.0
  • next-themes ^0.3.0
  • react ^18.3.1
  • react-day-picker ^8.10.1
  • react-dom ^18.3.1
  • react-hook-form ^7.53.0
  • react-resizable-panels ^2.1.3
  • react-router-dom ^6.26.2
  • recharts ^2.12.7
  • sonner ^1.5.0
  • tailwind-merge ^2.5.2
  • tailwindcss-animate ^1.0.7
  • vaul ^0.9.3
  • zod ^3.23.8