Readme modify

This commit is contained in:
2021-11-24 00:40:54 -03:00
parent c7ff40d79f
commit 25915fa635
2 changed files with 12 additions and 3 deletions

2
.gitignore vendored
View File

@@ -24,4 +24,4 @@ yarn-error.log*
# firebase
#/src/components/Firebase
/src/components/Firebase

View File

@@ -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.