awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
dawidjaniga avatar

dawidjaniga/map-countdown

0
View on GitHub↗
5 stars·3 forks·JavaScript·MIT·7 views

Map Countdown

🗺️⏳ Count down to your events—visually and interactively! With React at its core, this project merges time and place, turning ordinary countdowns into engaging, map-based experiences.

Features

  • Date Utilities - Map-based countdown timer.
  • Date and Time - Countdown timer for Google Maps.

Star history

Star history chart for dawidjaniga/map-countdownStar history chart for dawidjaniga/map-countdown

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Map Countdown

Similar open-source projects, ranked by how many features they share with Map Countdown.
  • gumroad/countdown.jsgumroad avatar

    gumroad/countdown.js

    423View on GitHub↗

    Super simple countdowns.

    JavaScript
    View on GitHub↗423
  • iamkun/dayjsiamkun avatar

    iamkun/dayjs

    48,662View on GitHub↗

    Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent, chainable interface that allows for complex time calculations and transformations to be performed through a sequence of readable method calls. By utilizing an immutable wrapper pattern, the library ensures data integrity by creating new instances for every operation rather than modifying existing objects. The project is distinguished by a minimalist core abstraction that maintains a small footprint by offloading non-essential features to an optional, modular plugin system. This archit

    JavaScriptdatedate-formattingdatetime
    View on GitHub↗48,662
  • date-fns/date-fnsdate-fns avatar

    date-fns/date-fns

    36,579View on GitHub↗

    date-fns is a JavaScript date utility library providing a collection of pure functions for manipulating, formatting, and calculating dates and times. It serves as an immutable date manipulation library and a tool for time zone management, ensuring that date transformations are performed without modifying the original date objects. The library functions as a date formatting tool that converts date objects into human-readable strings using custom patterns and international locales. It includes a specific toolset for adjusting and calculating date representations across different geographical re

    TypeScriptdatedate-fnshacktoberfest
    View on GitHub↗36,579
  • matthewmueller/dateMatthewMueller avatar

    MatthewMueller/date

    1,479View on GitHub↗

    Date() for humans

    JavaScript
    View on GitHub↗1,479
See all 24 alternatives to Map Countdown→

Frequently asked questions

What does dawidjaniga/map-countdown do?

🗺️⏳ Count down to your events—visually and interactively! With React at its core, this project merges time and place, turning ordinary countdowns into engaging, map-based experiences.

What are the main features of dawidjaniga/map-countdown?

The main features of dawidjaniga/map-countdown are: Date Utilities, Date and Time.

What are some open-source alternatives to dawidjaniga/map-countdown?

Open-source alternatives to dawidjaniga/map-countdown include: matthewmueller/date — Date() for humans. mde/timezone-js — DEPRECATED: Timezone-enabled JavaScript Date object. Uses Olson zoneinfo files for timezone data. date-fns/date-fns — date-fns is a JavaScript date utility library providing a collection of pure functions for manipulating, formatting,… gumroad/countdown.js — Super simple countdowns. iamkun/dayjs — Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent,… moment/moment — Moment is a JavaScript date manipulation library used for parsing, validating, manipulating, and formatting dates and…