Pomodoro Timer for Solopreneurs & Indiehackers
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.
- Pomodoro Timer
- Codingweek / Marketingweek Reminder
- Todolist
To get the project running locally on your machine you need to have the following development tools installed:
- Node.JS (we recommend v16)
- Yarn
- Clone the project:
git clone git@github.com:maltesa/PomoDo.git && cd PomoDo
- Install Node.JS packages via yarn. Don't have yarn? Use
npm install --global yarn
.
yarn install
- Start the development server:
yarn dev
You can now access the app on https://localhost:5173.
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.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request