Skip to content

Trifall/time-converter

Repository files navigation

Time Converter

Overview

A time-unit website that lets you convert between different units, quickly. Has various options to speed up the user's experience, and provides facts about each unit in the conversion.

Technologies

  • Vite
  • React
  • Zod (Validation)
  • Zustand (State Management)
  • TailwindCSS (Styling)
  • ShadCN UI (Styling / Components)
    • clsx and tailwind-merge (cn function)
    • Radix UI Icons
  • Prettier (Formatting)
  • ESLint (Linting)

Installation

  1. Install Yarn version 3.6.3 if you haven't already
  2. Clone this repo
# https
https://github.com/Trifall/time-converter.git

# or ssh
git@github.com:Trifall/time-converter.git
  1. Install dependencies
yarn install
  1. Run development server
yarn dev
  1. Compile build
yarn build

TODOs

  • Add copy to clipboard button
  • Add comma checkbox for values
  • Change error color, make more vibrant
  • Add error message for invalid input
  • Add URL query params for input and output units
  • Add tooltips

About

Website that converts between different units of time, quickly.

Resources

Stars

Watchers

Forks