A stylish clock that tells you what time it is
https://mggwxyz.github.io/talking-clock
The purpose of this project was to build my front end web development skills by building a clock in HTML, CSS, and JavaScript.
Clone the git repository into a directory using a terminal
git clone https://github.com/mggwxyz/talking-clock.git
Navigate into the new project directory
cd talking-clock
Download required node dependencies
npm install
After setting up the project, run the following command to start the project
npm start
The project will be accessible at
http://localhost:8080
Here's the imgur link along with the picture that inspired me.