Skip to content

maltesa/PomoDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 7, 2023
a7be22b · Nov 7, 2023

History

53 Commits
Jan 4, 2023
Sep 20, 2022
Nov 7, 2023
Sep 17, 2022
Feb 7, 2023
Sep 21, 2022
Jan 6, 2023
Jan 5, 2023
Jul 22, 2023
Sep 17, 2022
Jan 6, 2023
Jul 22, 2023
Jul 22, 2023
Sep 17, 2022
Oct 23, 2023
Sep 20, 2022
Oct 23, 2023

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 [email protected]: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