Skip to content

bkallaus/quick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Calculations

A collection of handy calculation tools built with React, TypeScript, and Material UI.

Features

This application calculates:

  • Percent to Hex: Converts percentage values to Hex strings (useful for CSS opacity) and vice-versa.
  • Cups to mL: Simple converter between Milliliters and Cups.
  • Pour Over: A coffee ratio calculator to help you get the perfect brew (calculates water vs grounds based on ratio).
  • QR Code: Generate QR codes from text input.

Tech Stack

Getting Started

Prerequisites

  • Node.js installed
  • npm or yarn

Installation

  1. Clone the repository.
  2. Navigate to the project directory:
    cd quick
  3. Install dependencies:
    npm install

Running Locally

Start the development server:

npm start

Open http://localhost:3000 to view it in the browser.

Building for Production

Build the app for production to the build folder:

npm run build

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published