Manage your time and boost your productivity with timeato!
timeato is a Pomodoro timer app that enables you to work with greater focus and efficiency. Split up your work time into 25-minute work intervals, taking 5-minute breaks in between to rest and refocus. With a clean and intuitive interface, timeato is distraction-free and simple to use.
timeato is written with React using Create React App.
To get a working copy of the repository, use the following commands:
git clone https://github.com/asherhe/timeato.git
cd timeato
npm install
At this point, you may run npm start
to start a local development server. Changes you make to the code will be automatically built
To create a production build, run npm run build
. Note that you do not need to build before pushing as the site is automatically built before being deployed to GitHub Pages.
You can report any issues here.
This project is licensed under the MIT license.