Skip to content

iantalabs/clock

Repository files navigation

Clock App

Clock App Screenshot

A simple clock and stopwatch application built with React and Vite.

Features

  • Displays the current time in hours and minutes.
  • Stopwatch functionality to measure elapsed time.
  • Responsive design for various screen sizes.

Installation

  1. Just open the dist/index.html file in your browser to see the application in action. No installation is required. To regenerate the single HTML file app in dist, run:
npm run build

Or directly with Vite:

npx vite build

The project uses the vite-plugin-singlefile plugin, which bundles everything (CSS, JavaScript, assets) into a single index.html file in the dist folder. The build output will be ready for deployment.

  1. Clone the repository:
git clone https://github.com/iantalabs/clock-app.git
  1. Navigate to the project directory:
cd clock-app
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and go to http://localhost:5173/ to see the application in action.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Vite: A fast build tool for modern web projects.
  • CSS: For styling the application.

About

A simple clock & stopwatch with large digits for fitness sessions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors