joeldejesus1 / tui-tutorial

Terminal user interface tutorial
GNU General Public License v2.0
0 stars 1 forks source link

Describe the purpose of the application #1

Open joeldejesus1 opened 1 month ago

sascha33 commented 1 month ago

The purpose of the application is to act as a world clock for users. They input a timezone, the application spits out the time (0:00-23:59). I expect a timezone (PST, EST, JST, GMT) as an input. Additionally a given time for the application to calculate using that as the base of the conversion. It will take the given input, and have the code understand what the timezone is, with UTC as the base timezone.

sascha33 commented 1 month ago

If the user inputs an unregistered timezone, the code will spit out a phrase that will indicate that there is an error, and that the user needs to select a registered timezone.