Skip to content

davi1985/myclock

Repository files navigation

TimerNow

About   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

The clock shows the hours based on user locale time.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/davi1985/myclock

# Access
$ cd myclock

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <https://localhost:3000>

Inspiration HTML and CSS: https://codepen.io/eehayman/full/jVPKpN

Made with ❤️ by Davi Silva

 

Back to top