Skip to content

An web clock where you can switch the layout between a digital and analogic version.

Notifications You must be signed in to change notification settings

Lincoln-Araujo/Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital & Analogic Clock

This project was developed in a partnership between Renard Bergson and Lincoln Araujo.

DESCRIPTION:

A clock that allows the user switch between a digital and analogic layout. It counts with a calendar and buttons to switch both layouts and the background changes according to the hour of the day.

Take a look at this project in action:

What technologies did I use to build this project

  • Semantic HTML5 markup

  • SASS / CSS

  • Flexbox

  • HTML DOM

  • Javascript

WHat We learned

  • how to use getDate() on javascript;

  • how to manipulate HTML DOM elements;

  • how to use an slip effect between pages;

  • how to make branches using Git and GitHub;

  • how to merge branches;

  • how to use pair programming;

What is missing

  • implement screen responsiveness, mainly for mobile screens;

  • add some action to the background;

  • improve the design;

  • make a better transition between the background colors.