Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajsevillano/advanced-clock

A digital-style clock in JavaScript. This project was made to learn about date management and dark/light themes.
https://github.com/ajsevillano/advanced-clock

Last synced: about 2 months ago
JSON representation

A digital-style clock in JavaScript. This project was made to learn about date management and dark/light themes.

Awesome Lists containing this project

README

        

## Javascript Digital clock with light/dark theme selector

A single 24 hours format javascript clock written in javascript with an option to choose between a light or dark theme.

## Motivation

I created this project to go deeper in the handling of [DATE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) in javascript and also practise some CSS effects.

## Screenshots

![Javascript clock](https://i.imgur.com/GnrvG4M.png)

## Tech/framework used

Built with

- Javascript
- CSS 3
- HTML 5

## Features

The clock have a light/dark theme selector.
Different greeting based on the moment of the day.
Auto Dark theme in the evening.

## How to use?

Just clone this repository and load index.html in your favorite browser. (icons for moon and sun not included so far)

## Credits

This project was inspired by this [post](https://www.blog.duomly.com/9-javascript-project-ideas-for-beginners-that-help-you-to-build-an-amazing-coding-portfolio/#1-clock)

## License

Please, feel free to use, modify or rewrite this code for your own use.

MIT © [Ajsevillano](https://github.com/ajsevillano)