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.