Pomodoro Timer

Pomodoro Timer App developed using Vite, Typescript and Styled components.

Table of Contents

Getting Started

Prerequisites

Make sure you have the following installed before running the project:

Installation

  1. Clone the repository:

    git clone https://github.com/gabrielpoetaa/pomodoroTimer.git
    
    
  2. Change into project directory:

    cd pomodoroTimer
    
  3. Install dependencies:

npm install   # or yarn install

Usage

  # To start the development server
  npm run dev   # or yarn dev

  # To build for production
  npm run build   # or yarn build

Contributing

If you'd like to contribute, please fork the repository and create a pull request. Feel free to open an issue if you find any bugs or have suggestions.

License

This project is licensed under the MIT License.