A Pomodoro Clock for freecodecamp project
This is the link to the freecodecamp project.
- production version is located in the build directory
- to run the project from local node.js installation, execute
yarn start
in a terminal - to build a new production version, execute
yarn build
in a terminal