Skip to content

One of the best ways to revise basic concepts is to build a basic project, and there’s nothing easier than a converter. All you have to do is take input of the currency required and display the output accordingly. There also needs to be a way to customize the currencies from some sort of menu or dropdown. Data for the conversion can be fetched f…

Notifications You must be signed in to change notification settings

varunnitian/currency_converter

Repository files navigation

currency_converter

One of the best ways to revise basic concepts is to build a basic project, and there’s nothing easier than a converter. All you have to do is take input of the currency required and display the output accordingly. There also needs to be a way to customize the currencies from some sort of menu or dropdown. Data for the conversion can be fetched from an external file, or simply stored as a separate module.A converter should have some validation to ensure that the conversion works only on numeric data. An error should be displayed for invalid data accordingly.

About

One of the best ways to revise basic concepts is to build a basic project, and there’s nothing easier than a converter. All you have to do is take input of the currency required and display the output accordingly. There also needs to be a way to customize the currencies from some sort of menu or dropdown. Data for the conversion can be fetched f…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages