From 25915fa6355da979cfac23656af2abdbd1c71351 Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Wed, 24 Nov 2021 00:40:54 -0300 Subject: [PATCH] Readme modify --- .gitignore | 2 +- README.md | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5fb982a..bd84a69 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,4 @@ yarn-error.log* # firebase -#/src/components/Firebase +/src/components/Firebase diff --git a/README.md b/README.md index ea087a8..045de7c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # Pomodoro-Timer-with-Clockify-integration -This is a Pomodoro timer that allow send the time worked to Clockify -I am making this as a project to learn how to use React, so expect the spaghetti code. +An Pomodoro Timer deployed to Heroku who allow to the client integrate their Clockify Profile for sync their worked hours. + +## Visit + +You can visit it [here](https://clockify-pomodoro-timer.herokuapp.com/) + +## Previous descriptions + +*This is a Pomodoro timer that allow send the time worked to Clockify + +*I am making this as a project to learn how to use React, so expect the spaghetti code.