This is a simple app that allows you to get the current time in different time zones.
- Python (I've used 3.13.1)
- Node (I've used v23.3.0)
- Clone the repository
- cd server
- pip install -r requirements.txt
- uvicorn server:app --reload
- cd timezone-ui
- npm install
- npm start
- Open your browser and go to http://localhost:3000