Skip to content

Repository files navigation

Stopwatch

A simple stopwatch application built with React, TypeScript, and Vite.

Features

  • Start, stop, and reset the timer
  • Lap functionality to record times
  • Display time in minutes, seconds, and milliseconds

Technologies Used

  • React: For building the user interface
  • TypeScript: For type safety
  • Vite: For fast development and build process

Getting Started

Prerequisites

  • Node.js and npm installed

Installation

  1. Clone the repository:
    git clone https://github.com/xmurilo/stopwatch.git
  2. Navigate to the project directory:
    cd stopwatch
  3. Install dependencies:
    npm install

Running the App

  1. Start the development server:
    npm run dev
  2. Open your browser and go to http://localhost:3000

Building the App

To build the app for production:

npm run build

Folder Structure

  • public/: Static assets
  • src/: Source code
    • components/: React components
    • App.tsx: Main application component
    • index.tsx: Entry point

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages