Skip to content

alejandro28100/intl-explorer

Repository files navigation

Intl Explorer

Table of Contents

Intro

Tech Stack

Road Map

Intro

When looking for a way to format dates for multiple time zones and many languages, I came across the JavaScript Intl API. This API provides date and time formatting capabilities allowing you to customize the language, time zone, and many other things.

Since it is impossible to apply a custom format using this API the same way you can with libraries such as date-fns, I build a playground to explore it and get to know it.

Tech Stack

  • Next.js
  • TypeScript
  • Vercel as hosting platform

Road Map

  • Add the most used Intl methods
    • DateTimeFormat
    • NumberFormat
    • ListFormat
  • Add offline mode
  • PWA

About

Explore the Intl API without getting lost in the docs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published