Skip to content

peruibeloko/time-calculator

Repository files navigation

Time Calculator ⏳

Little project that showcases the new TC39 proposal for a more robust date and time global object called Temporal. Handles basic arithmetic operations as shown in the example. Uses a RegEx based lexer and shunting yard parsing to do most of the text processing, then hands it off to Temporal for all the math work.

Project Setup 🔧

Uses pnpm, so usual procedures follow:

pnpm i
pnpm run dev

And to build for production

pnpm run build

About

Calculator for time intervals. Showcases the new Temporal Object proposal by TC39!

Topics

Resources

License

Stars

Watchers

Forks

Contributors