A simple stopwatch application built with React, TypeScript, and Vite.
- Start, stop, and reset the timer
- Lap functionality to record times
- Display time in minutes, seconds, and milliseconds
- React: For building the user interface
- TypeScript: For type safety
- Vite: For fast development and build process
- Node.js and npm installed
- Clone the repository:
git clone https://github.com/xmurilo/stopwatch.git
- Navigate to the project directory:
cd stopwatch - Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:3000
To build the app for production:
npm run build- public/: Static assets
- src/: Source code
- components/: React components
- App.tsx: Main application component
- index.tsx: Entry point