TimeZone Converter is a simple website to convert time between different time zones. You just select your time zones, pick a date and time, and see the converted time.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
After shipping the project, I noticed an error on some devices showing "error converting timezones. I realized the API was the issue, so instead of using it, I utilized the built-in JavaScript functions to convert time zones.
I wanted to add a 3D globe to display the time zones, but even after trying so much, I couldn't find the perfect 3D model. Since I'm not familiar with Three.js, I found the process quite confusing and complicated, so I ultimately gave up on it. Instead, I added a calendar to help us convert the dates of the days we want to use, and I also made some adjustments to the ui. I had ideas for many other elements, but implementing them was taking too long, and they are quite confusing so i just kept it simple.
I finally created a ui that looks great and functions well. It took me several attempts to get this because I wasn't satisfied with my previous designs. Now, I need to focus on JavaScript and figure out how to add the 3D model of a globe.