Displays the time in places around the world
Type in the search bar to find a location and add a clock
Click on a clock to show its time on the main display
See it live at this link: https://worldclock.mokhan.dev
- Clone this repository
- cd into project directory
- Run
npm install
- To start up a development server with HMR, run
npm run dev
- To run tests, run
npm run test
- To build into a distributable, run
npm run build
This project is built with React + Vite
Testing is done with Vitest + React Testing Library + jest-dom