A collection of handy calculation tools built with React, TypeScript, and Material UI.
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.
- Node.js installed
- npm or yarn
- Clone the repository.
- Navigate to the project directory:
cd quick - Install dependencies:
npm install
Start the development server:
npm startOpen http://localhost:3000 to view it in the browser.
Build the app for production to the build folder:
npm run build