Develop a web application that allows users to convert time between different time zones.
All submissions to be done by 27 November 2023 - 8 PM IST
- A simple and intuitive interface where a user can select a source and target time zone from dropdown menus.
- An input field to enter the time to be converted.
- A submit button to perform the conversion.
- A display area to show the converted time.
- The application should accurately convert time between selected time zones.
- It should handle edge cases like Daylight Saving Time changes.
- Utilize a reliable API or data source for time zone information.
- You may use any JavaScript frameworks you are comfortable with.
- Your code should be clean, well-organized, and commented where necessary.
- Include error handling and validations.
- The application should be responsive and work on different devices and screen sizes.
- Ability to add multiple time zones for comparison.
- Historical time zone conversion (converting past/future dates).
- Localization (support for multiple languages).
- Submit your code via GitHub.
- Fork this repository and submit a pull request against this repository.
- Functionality: Does the application work as intended?
- Code Quality: Is the code well-structured and maintainable?
- UI/UX Design: Is the user interface easy to use and visually appealing?
- Creativity and Use of Technology: How innovative and efficient is the solution?
- You will receive feedback within one week of submission.