Skip to content

Date Converter from Gregorian to Afghan written in Svelte

Notifications You must be signed in to change notification settings

mastermoo/afghan-gregorian-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Afghan-Gregorian Date Converter

This is a small project, written in Svelte that converts a normal gregorian date to the afghan calendar (Jalaali) and vice versa.

Development

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

Production mode

To create an optimised version of the app:

npm run build

Notes

The actual converting is done by this awesome library: jalaali-js

About

Date Converter from Gregorian to Afghan written in Svelte

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published