DEV Community

Rossano D'Angelo
Rossano D'Angelo

Posted on

How to build a world clock with React and moment.js

GitHub repository: https://github.com/RossanoDan/react-world-clocks.

To run this simple project locally

git clone https://github.com/RossanoDan/react-world-clocks.git
cd react-world-clocks
npm install
npm start
Enter fullscreen mode Exit fullscreen mode

For a fast sneak peek I reproduced the project on CodeSandbox https://codesandbox.io/s/lh24w.

Top comments (0)