I heard great things about Svelte Kit and wanted to give it a try. Couldn't think of much to do build quick so this is what I came up with.
- Visit https://days-until.michaelbonner.dev/
- Enter your desired date
- Enjoy
Or if you'd like to link to a specific date
- Visit https://days-until.michaelbonner.dev/?date=2050-01-01 where 2050-01-01 is the yyyy-MM-dd formatted version of your desired date.
Once you've cloned this project and installed dependencies with npm install, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open