Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/traviskaufman/zentomato
A CALModoro timer :tomato:
https://github.com/traviskaufman/zentomato
calm-technology pomodoro pomodoro-technique pomodoro-timer productivity
Last synced: 22 days ago
JSON representation
A CALModoro timer :tomato:
- Host: GitHub
- URL: https://github.com/traviskaufman/zentomato
- Owner: traviskaufman
- Created: 2019-09-30T22:35:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T18:52:09.000Z (about 3 years ago)
- Last Synced: 2024-10-19T21:41:53.982Z (2 months ago)
- Topics: calm-technology, pomodoro, pomodoro-technique, pomodoro-timer, productivity
- Language: JavaScript
- Homepage: https://zentomato.web.app
- Size: 2.94 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZenTomato
ZenTomato is a minimal, elegant, and frictionless [pomodoro technique](https://en.wikipedia.org/wiki/Pomodoro_Technique) timer designed
to make you feel good about being productive.I use the pomodoro technique all the time, but most of the timers I found online were either very clunky
to use, or just were loaded with things I didn't need. I'm a big fan of [calm technology](https://calmtech.com) and I asked myself:> What would a pomodoro timer that was designed with calm technology in mind look like?
And thus ZenTomato was born.
An equal goal I had in building this was to practice my React skills and exercise some excess creative energy.
I'm happy to say that for me personally, ZenTomato has now become my de facto pomodoro app of choice...but I guess I'm biased.
The code is a complete spaghetti nightmare mess right now :sweat_smile:, but I plan on refactoring it soon and then
writing about my experience building this!
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
### Analyzing the Bundle Size
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
### Making a Progressive Web App
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
### Advanced Configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
### Deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
### `npm run build` fails to minify
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify