RyanTurner02 / 1440

A countdown timer for the remaining minutes of the day.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1440

Everyone has 1440 minutes a day.

This web page helps you manage your time more effectively by displaying the remaining minutes of the day.

You can also customize the visual appearance of the web page from a light/dark mode toggler.

Installation

Follow these steps in the command-line to set up the project locally:

  1. Clone the repository and navigate to the root directory:
git clone "https://github.com/RyanTurner02/1440.git" && cd 1440
  1. Install the dependencies using npm:
npm install

Usage

To run and use the web page:

npm run start

To toggle between light and dark mode, click on the sun or moon icon located at the top-right of the web page.

About

A countdown timer for the remaining minutes of the day.


Languages

Language:TypeScript 56.7%Language:HTML 24.3%Language:CSS 15.8%Language:JavaScript 3.2%