Create custom countdowns easily and share them with friends on a simple website. deployment- https://countdown-life.vercel.app/?date=2025-01-01&time=00%3A00&desc=2025&timezone=Asia%2FCalcutta&style=traditional&bg=bridge.png
- Shareable Countdowns: Effortlessly share countdowns using the URL where the data is stored.
- High-Resolution Backgrounds: Pick from various high-resolution backgrounds.
- Timezone Compatibility: Works with all timezones.
- Flexible Timer Positioning: Move the timer anywhere on the page.
- Cross-Platform Accessibility: Accessible on both web and mobile devices, perfect for keeping as fun wallpaper in the background.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed on your local development machine:
- Node.js
- npm or pnpm
-
Clone the repository:
git clone https://github.com/sagarr/countdown.git
-
Install all the dependencies:
npm i or pnpm i
-
build and run:
npm run dev or pnpm run dev