- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 24
feat: Add Timezone Converter tool (#24) #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Create timezone_convertor directory with index.html, style.css, script.js - Add IST to UTC and vice versa conversion - Display epoch timestamp with copy functionality - Show conversions for 12+ common timezones - Add tool card to Information & Reference section in home.html - Matches DevDunia color scheme and design patterns - Mobile responsive design Closes echobash#24
| @SriAish05 Everything looks so good. Good work in the PR. | 
| @echobash Thank you so much for the review and for pointing that out! I actually noticed the sidebar was missing as well and was working on fixing it. I'll add the Timezone Converter to the sidebar navigation nd push the changes within the next hour. I apologize for missing this initially. I really appreciate your patience and feedback! π Will update shortly(1 Hour maximum). Thanks again! π | 
| @SriAish05 Changes look good now as per the codebase standard. Merging this PR now.. | 
π οΈ Timezone Converter Tool
Implemented timezone converter as requested in issue #24
Changes:
timezone_convertor/directory with 3 files (index.html, style.css, script.js)Testing:
Closes #24