Sprint Clock Logo
Sprint clock is a clock app designed for big screens, it has tons of features which would make life easier for its users. Whether you are using it on a large display or a small mobile screen, Sprint Clock is designed to provide a seamless and intuitive experience. The responsive design ensures that all features and functionalities are easily accessible and user-friendly, regardless of the device you are using. From setting alarms to managing timers, Sprint Clock adapts to your screen size, offering a consistent and efficient user experience.

Features

Digital clock face
The digital Clock Face is the first page you see when the app loads, the time displayed is based on you device's localtime
Alarm
The Alarm is like the normal clock face but allows the user to set an alarm
Timeout
This is countdown interface that allows you to set countdowns as long as 30 days and as short as one second.
the timeout page provides tons of features e.g scheduled timeout, edit in play and so on
Timer
this is a counter that allow you to add stamps
Time Server

/datetime returns a number utc time GMT+0 which when passed into a date constructor, returns a date object .eg.

  fetch('https://sprintclock.onrender.com/datetime', {
      method:'GET'
  }).then(res=>res.json())
  .then(res=>console.log(new Date(res)))
  .catch(err=>console.error(err.message))
                                
/datetime/?GMT{+ or -}{number} to get a date Number of a particular timezone .eg.

  fetch('https://sprintclock.onrender.com/datetime?GMT+1', {
      method:'GET'
  }).then(res=>res.json())
  .then(res=>console.log(new Date(res)))
  .catch(err=>console.error(err.message))
                                

Knowing the UI

Theme
this is app has 2 themes which be switched by clicking on the var on top of the app.
The Color of the theme bar indicates the color the entire app switches if it gets clicked
Pause/Play
You can freeze and unfreeze the entire app by clicking the button at the bottom right coner
Options
You can switch interfaces by clicking the "
/\
" at the Bottom Left corner
Settings
You can open settings by clicking the "
" at the Bottom Left corner

More

You can change what happens after a timeout or an alarm from the traditional ringing to a custom script
by writing in the text area that appears when you change timeout action from ring to execute script in settings.


This app is designed and developed by Chia Ernest Msugh
Creator of Sprint Clock
More info

Phone: +234 812 166 7177
Whatsapp: +234 812 166 7177
Github: Msugh623
Other Apps