Skip to content

maltesa/PomoDo

Repository files navigation

PomoDo

Pomodoro Timer for Solopreneurs & Indiehackers

PomoDo


About PomoDo

I've been following the Marketing Week / Coding Week philosophy for the past six months and have seen great user growth in my app WorkSheet as a result of this split of my time. Combined with the popular Pomodoro method, I have found the perfect productivity method for me. Now I want to help others make these methods easily accessible.

For this I have combined the two approaches in the webapp PomoDo.

Features

  • Pomodoro Timer
  • Codingweek / Marketingweek Reminder
  • Todolist

Built With

Getting started

To get the project running locally on your machine you need to have the following development tools installed:

  • Node.JS (we recommend v16)
  • Yarn
  1. Clone the project:
git clone git@github.com:maltesa/PomoDo.git && cd PomoDo
  1. Install Node.JS packages via yarn. Don't have yarn? Use npm install --global yarn.
yarn install
  1. Start the development server:
yarn dev

You can now access the app on https://localhost:5173.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some AmazingFeature')
  5. Push to the branch (git push origin feature/AmazingFeature)
  6. Open a pull request