https://github.com/nabaraj/javascript-wall-clock
wall clock using javascript, html, css
https://github.com/nabaraj/javascript-wall-clock
frontend-interview interview-preparation interview-questions javascript
Last synced: 6 months ago
JSON representation
wall clock using javascript, html, css
- Host: GitHub
- URL: https://github.com/nabaraj/javascript-wall-clock
- Owner: nabaraj
- Created: 2024-07-20T08:47:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T09:04:09.000Z (over 1 year ago)
- Last Synced: 2025-03-19T12:07:43.311Z (10 months ago)
- Topics: frontend-interview, interview-preparation, interview-questions, javascript
- Language: CSS
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascript-wall-clock
javascript wall clock using pure javascript, CSS and HTML
To start the JavaScript wall clock, follow these steps:
To compile Sass using npm, you can run the following command in your terminal:
1. ```
npm install
```
2. ```
npm run sass
```
This command will execute the script defined in your `package.json` file, which should be //responsible for running the Sass compiler and generating the CSS output.
3. Open the `index.html` file in a web browser.
4. The wall clock should automatically start ticking and displaying the current time.
That's it! You have successfully started the JavaScript wall clock.