Skip to content

StopWatch App for practice project and learn more in typescript and react.ts

Notifications You must be signed in to change notification settings

Mobin-Karam/stopwatch

Repository files navigation

StopWatch App For Chrome

StopWatch App for Chrome

Technologiez i Used

  • Vite
  • React.ts
  • TailwindCSS
  • TypeScript
  • Eslint
  • Prettier

How use This Repo

  1. Clone the repo to your local machine using :
git clone https://github.com/Mobin-Karam/stopwatch.git
  1. Navigate to the project directory by running this in your terminal :
cd stopwatch
  1. Install all dependencies by running npm install or yarn install.
npm install

or:

yarn install
  1. Start the development server using :
npm run dev

or:

yarn run dev
  1. Open http://localhost:5173/ on your browser to see the app in