Pomodoro Timer App developed using Vite, Typescript and Styled components.
Make sure you have the following installed before running the project:
-
Clone the repository:
git clone https://github.com/gabrielpoetaa/pomodoroTimer.git
-
Change into project directory:
cd pomodoroTimer
-
Install dependencies:
npm install # or yarn install
# To start the development server
npm run dev # or yarn dev
# To build for production
npm run build # or yarn build
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.
This project is licensed under the MIT License.